Hide breadcrump on spesific places
Its Function:
Hides breadcrump on specified places, currently CMS pages and Forum Home are defined, you can extent the list by modifying the plugin Installation: Upload the attached plugin How to extent: look for the array $hide add new locations there in the following format: PHP Code:
$hide = array('vbcms', 'index', 'faq', 'etc');
This plugin is open for suggestions, if there are new locations you want breadcrump not to show up, let me know Download
|