Quote:
Originally posted by Anime-loo
as is, no. But you can do it with slight modification to page.php.
Open page.php:
--------
find:
--------
$templatesused='$template';
--------------
Replace by: (change nameoftemplate to your custom templates name)
--------------
$templatesused='$template,nameoftemplate';
---------------
Find:
---------------
eval("dooutput(\"".gettemplate("$template")."\");" );
----------------
Above it add: (change both instances of 'nameoftemplate' to the templates name.
-----------------
eval ("\$nameoftemplate = \"".gettemplate("nameoftemplate")."\";");
that sould do it.
|
WOW. Thanks. I have not tried it out yet, but I will.
This means a whole lot to me, and I wanna thank you BIG TIME.