I am new to Drupal, and I want to load a new page.tpl.php if there is different source in URL like: www.example.com?source=s1
where s1 will load page--p1.tpl.php and s2 will load page--p2.tpl.php
Drupal can load different pages depends on node or node type is it possible to have this kind of functionality.
Currently I have written all if conditions in page.tpl.php to achiever this. But it is looking messy.
s1ands2? - hardik solanki