Quote:
Originally Posted by bigdaddy04
Hi Faranth..
I got a question, say I want to add another page, not rules, just another page to misc.php..
What is the principal of doing that?
|
same steps find ?>
add above
PHP Code:
// ####### Page #######
if ($action=="page") {
$templatesused = "misc_page";
include("./global.php");
eval("dooutput(\"".gettemplate("misc_page")."\");");
}
change page to whatever you want, but make sure that templatesused and gettempalte are the same