I had created module say imagegallery.module and created custom page say page-imagegallery.tpl.php
Now when i am showing the page i need to get parameters coming from another page(say http://localhost/abc/imagegallery/2),but drupal looks for the page-imagegallery-2.tpl.php
but i dont have it..
So how i can send and receive parameter to the my custom page?