
Skip to: site menu |main content
Welcome to my personal site. If You have any question or suggestion please feel free to contact me from contact page.
IndiaUser.com is community for indian users. Just collection Of Indian Professional users.
In Drupal 5 you can set a custom front page on your Site Information page found at http://indersingh.com/admin/settings/site-information. At the bottom of that page you will see the following option:
To make a custom front page, just create a new node and then enter the path to that new node in the "Default front page" settings.
For indersingh, if you build a front page on a node at http://indersingh.com/new-front-page, then just enter new-front-page into the "Default front page" settings.
--updated added code also--
you can define template for your form in template.php
/**
* @desc ex
*/
function inderin_theme() {
$themes= array(
'user_register' => array(
'template' => 'user-register',
'arguments' => array('form' => NULL)
),
);
return $themes;
}InderSingh.com v1.2
(Sep 08, 2010)
Recent comments
2 weeks 6 days ago
3 weeks 2 days ago
5 weeks 8 hours ago
10 weeks 2 days ago
10 weeks 2 days ago
10 weeks 3 days ago
13 weeks 3 days ago
13 weeks 3 days ago
13 weeks 4 days ago
13 weeks 6 days ago