| Current Path : /home/bonneesp/www/templates/bonesnew5/html/com_content/category/ |
| Current File : /home/bonneesp/www/templates/bonesnew5/html/com_content/category/art_blog.php |
<?php
if (isset($this->items[0])){
$this->item = &$this->items[0];
echo $this->loadTemplate('item');
}
?>
<?php
if (isset($this->items[1])){
$this->item = &$this->items[1];
echo $this->loadTemplate('item');
}
?>