Joomla 1.6: Add breadcrumb block above content-mass and right block
Forums Joomla Templates Club JA Rasite Joomla 1.6: Add breadcrumb block above content-mass and right block
Phil missed out the highlight on the last </div>
The code should be: <div id="ja-navhelper"><?php echo $this->loadBlock ('navhelper') ?></div>
Yep, when I cut and pasted I must have made a mistake. I will edit the post accordingly.
Hi Phill,
Not sure why but I have enable the Show You are here option but it’s not displaying that.
How do I force it there?
Hi,
You edit navhelper.php, replace this code
<?php if($this->countModules('breadcrumb')) : ?>
<jdoc:include type="modules" name="breadcrumb" />
<?php endif; ?>
with
<?php if($this->countModules('breadcrumb')) : ?>
<strong>You are here:</strong> <jdoc:include type="modules" name="breadcrumb" />
<?php endif; ?>
Better to use JText:: rather than hard code the language string.
This topic contains 37 replies, has 5 voices, and was last updated by milsirhc 13 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum