Advertisement
yacel100

/layouts/main.php--breadcrumbs

Aug 18th, 2014
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1. <div class="container">
  2.             <?php if(isset($this->breadcrumbs)):?>
  3.                 <?php $this->widget('bootstrap.widgets.TbBreadcrumbs', array(
  4.                     'links'=>$this->breadcrumbs,
  5.                 )); ?><!-- breadcrumbs -->
  6.             <?php endif?>
  7.  
  8.             <?php echo $content; ?>
  9.         </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement