Jump to content

PDSB0001

Member
  • Posts

    3
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Everything posted by PDSB0001

  1. You should compare the wpi.htm file from the default theme, with the one from the Vaio theme. If you add the following the the default wpi.htm file, you should be able te accomplish what you want: <script> if (top.status != "") winheight = top.status; cols = Math.round((winheight/3*4)/320,0); if (!maxentries) { switch (winheight) { case '480': maxentries=14; break; case '600': maxentries=19; break; case '768': maxentries=26; break; case '1024': maxentries=39; break; case '1200': maxentries=44; break; default: maxentries=31; } } </script>
×
×
  • Create New...