コード例 #1
0
ファイル: default.php プロジェクト: Ruud68/cjblog
<div id="cj-wrapper">

	<?php 
include_once JPATH_COMPONENT . '/helpers/header.php';
?>
	<?php 
echo JLayoutHelper::render($layout . '.toolbar', array('params' => $this->params));
?>
	
	<div class="container-fluid category-table">
	  <div class="row-fluid">
	    <div class="span12">
	    
	    	<?php 
if (!empty($page_heading)) {
    ?>
	    	<h1 class="nopad-top padbottom-5 page-header"><?php 
    echo $this->escape($page_heading);
    ?>
</h1>
	    	<?php 
}
?>
	    	
	    	<?php 
echo CjBlogHelper::get_category_table($this->categories, $this->params, array('base_url' => 'index.php?option=' . CJBLOG . '&view=categories&task=latest', 'itemid' => $articles_itemid));
?>
	    </div>
	  </div>
	</div>
</div>