This is defined in this section of code in tpl_main_page.php -
<?php if (DEFINE_BREADCRUMB_STATUS == '1' || (DEFINE_BREADCRUMB_STATUS == '2' && !$this_is_home_page) ) { ?>
<?php echo $breadcrumb->trail(BREAD_CRUMBS_SEPARATOR); ?>
<?php } ?>
Place this where you want the breadcrumbs to appear on the page, or delete outright if you do not want them.
No comments:
Post a Comment