GilbertZ
11-18-2004, 10:00 PM
If you want a direct link to the default template in your ACP, it's one file edit. Open /admincp/index.php, look for
construct_nav_option($vbphrase['style_manager'], 'template.php?do=modify', '<br>');
and directly ABOVE that add
construct_nav_option("Open Default Template", 'template.php?do=modify&group=&expandset=1', '<br />');
Save file and you're done.
construct_nav_option($vbphrase['style_manager'], 'template.php?do=modify', '<br>');
and directly ABOVE that add
construct_nav_option("Open Default Template", 'template.php?do=modify&group=&expandset=1', '<br />');
Save file and you're done.