Quote:
Originally Posted by MissKalunji
Does anyone knows...how to remove the article options from admincp?
|
In admincp/index.php
Delete:
PHP Code:
construct_nav_option('Category Manager', 'article.php?do=modify');
construct_nav_option('Add New Category', 'article.php?do=add');
construct_nav_option('Moderate Articles', 'article.php?do=modarticles');
construct_nav_option('Moderate Comments', 'article.php?do=modcomments');
construct_nav_group("Articles", '<hr />');
construct_nav_spacer();
// *************************************************