Hi all,
I have 3.5.2 but the area thats requires this edit:
PHP Code:
construct_nav_option($vbphrase['find_updated_templates'], 'template.php?do=findupdates', '<br />');
actually reads like this in my admincp/index.php
PHP Code:
construct_nav_option($navoption['text'], $navoption['link']);
Any ideas where i have to place this addition of code?
PHP Code:
construct_nav_option("Compress Templates", 'template.php?do=compressall', '<br />');
construct_nav_option("Uncompress Templates", 'template.php?do=compressall&revert=1', '<br />');
Best regards