Quote:
Originally Posted by org knopper
Cant do it as the buttons r not working too for me in admincp ! :-s
|
Then it sounds like you have a much bigger problem than just a template you forgot to revert. You should disable all your plugins and see if your site works - To temporarily disable the plugin system, edit config.php and add this line right under <?php
PHP Code:
define('DISABLE_HOOKS', true);
Then see if the site works.