Your IP : 216.73.217.53


Current Path : /home/bonneesp/www/templates/untitled/html/com_content/featured/
Upload File :
Current File : /home/bonneesp/www/templates/untitled/html/com_content/featured/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');
}
?>