AAAAhome/academiac/www/templates/ideas/html/com_content/category/blog.php 0000604 00000007034 15137177736 0022040 0 ustar 00 params);
echo $view->beginPageContainer('blog');
ob_start();
if ($this->params->get('show_category_title', 1) || strlen($this->params->get('page_subheading'))) {
echo '
';
echo $this->escape($this->params->get('page_subheading'));
if ($this->params->get('show_category_title') && strlen($this->category->title))
echo '' . $this->category->title . '';
echo '
';
}
if ($this->params->def('show_description', 1) || $this->params->def('show_description_image', 1)) {
echo '';
if ($this->params->get('show_description_image') && $this->category->getParams()->get('image'))
echo '
->get('image') . ')
';
if ($this->params->get('show_description') && $this->category->description)
echo JHtml::_('content.prepare', $this->category->description);
echo '
';
}
echo artxPost(array('header-text' => $view->pageHeading, 'content' => ob_get_clean()));
?>
lead_items)) : ?>
lead_items as &$item) : ?>
item = &$item;
echo $this->loadTemplate('item');
?>
intro_items));
$counter = 0;
?>
intro_items)) : ?>
intro_items as $key => &$item) : ?>
columns) +1;
$row = $counter / $this->columns ;
if ($rowcount==1) : ?>
item = &$item;
echo $this->loadTemplate('item');
?>
columns) or ($counter ==$introcount)): ?>
link_items)) {
ob_start();
echo '' . $this->loadTemplate('links') . '
';
echo artxPost(ob_get_clean());
}
?>
children[$this->category->id])&& $this->maxLevel != 0) : ?>
loadTemplate('children'); ?>
params->def('show_pagination', 1) == 1 || $this->params->get('show_pagination') == 2)
&& $this->pagination->get('pages.total') > 1)
{
ob_start();
echo '';
echo artxPost(ob_get_clean());
}
echo $view->endPageContainer();