to display a different theme based on a users
screen resolution?
I think you can do this with java script
<script type="text/javascript"> function alertId() { alert(screen.width); alert(screen.height); } </script>
Now you know the resolution of user, just call the required theme. Module is not required for this .