Monday, 11 October 2010

How do I move the breadcrumb section from the default template?

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