Kryptronic Software Wiki : CategoryTurnOffBreadcrumbs

Kryptronic Kryptronic Software Wiki
Oldest known version of this page was edited on 2007-09-05 05:30:35 by DjM0219 []
Page view:

Removing Breadcrumbs From Your Site


This change will completely remove the breadcrumbs from your site. In admin under Home > ClickCartPro > Displays: Skins, Menus, XHTML Includes and Messages > Manage XHTML Includes locate the Breadcrumbs Display include in the list and click on Update. The first line of the Include File Contents* field should be

<?php


Immediately below that add a single line that contains

return;


When the change is complete the first two lines of the include should look like this:

<?php
return;



ClickCartPro - Administration
Wiki: Getting Started