Project

General

Profile

1
<?php
2
/**
3
* @package   Warp Theme Framework
4
* @author    YOOtheme http://www.yootheme.com
5
* @copyright Copyright (C) YOOtheme GmbH
6
* @license   http://www.gnu.org/licenses/gpl.html GNU/GPL
7
*/
8

    
9
// no direct access
10
defined('_JEXEC') or die;
11

    
12
?>
13

    
14
<div id="system">
15

    
16
	<?php $this->subtemplatename = 'items'; ?>
17
	<?php echo JLayoutHelper::render('joomla.content.category_default', $this); ?>
18

    
19
</div>
(1-1/3)