Hello

My site - whole-sale.ru

Anyone have any tips on how I can implement site that will be nicely rendered whichever the client screen resolution??

I was thinking of a code in JS redirecting the browser to the correct resolution page for the client browser screen..

How would I integrate this kind of functionality into drupal?? Using different page-template.tpl.php files for the different resolution templates??

Anyone ever implemented or come across a similar thing??
Any suggestions??

ciao

Comments

kaakuu’s picture

You can add the js code that you have in the page.tpl.php in each of your enabled theme.
That should do it.

l33roy’s picture

What js code?

naren’s picture

Thank you very much