Hi,
Is it possible to make admin Page and other use page after login...

Comments

teyser’s picture

Hi,
You can do via write seperate template file in drupal.

For admin:page-admin.tpl.php
For others: use page.tpl.php

Thanks,
raj.

manmohanghai_mca’s picture

Thanx...
How can i call these files... Will it call automatically...
Plz Suggest.

teyser’s picture

hi,
If you are using drupal5 ,it will call automatically for some of the tpl file like page-front.tpl.php
page-admin.tpl.php

If it's not working,write some code in template.php file to call your template file.

Thanks,
Raj.

manmohanghai_mca’s picture

Thanx...for suggetion it works...