PDA

View Full Version : Quick link to default template


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.

starfantazy
11-19-2004, 02:56 AM
preview?

Koutaru
11-19-2004, 03:13 AM
preview?
It's just a link in the ADMIN CP side panel :p that if you click it, will bring you right to the default template set.

Johnny
11-19-2004, 03:59 AM
i was begining to go nuts of going threw the drop down menus just to get to that template.

thankyou.

GilbertZ
11-19-2004, 01:54 PM
preview?
I added one per your request.

halgrunwell
03-24-2005, 08:52 PM
Thank you so much!