Quote:
Originally Posted by EH-Jay
You should add this onto it Logician
Code:
Open
admincp/index.php
Find
if (can_administer('canadminstyles'))
Above this add
construct_nav_option("Content Webpage", 'webtemplate.php', '<br />');
construct_nav_option("Content Web Query", 'webquery.php', '<br />');
construct_nav_group("Content Management", '<hr />');
Just makes it easier to get too 
|
Already there, isn't it? Optional step 1 ^^