I need to change template if screen resolution is bigger than 1024*768 pixel. I try Meta Template 1.8. It has many tools to the template change, but it doesn't have resolution tool.
I know that I need to do without Joomla: query the resolution in javascript, then set a new location with a GET param.
But I don't know how can I do this in Joomla..
Please give me any advice. Sorry for my bad english..
I solved my problem: To the default template's index.php I add this rows at the top of the file:
And I add this row to the Meta Template / Rules / Advenced Php:
I work with the GET array, so my url will be a little mess.
How can I do this with the POST array?