get("fp_grid_status", 1)) {
include($warp['path']->path('warp:systems/joomla/layouts/com_content/featured/default.php'));
return;
}
?>
params->get('show_page_heading', 1)) : ?>
escape($this->params->get('page_heading')); ?>
lead_items as $item) {
$this->item = $item;
$articles[] = $this->loadTemplate('item');
}
foreach ($this->intro_items as $item) {
$this->item = $item;
$articles[] = $this->loadTemplate('item');
}
if (count($articles)) {
echo '
';
foreach ($articles as &$article) {
echo '
'.$article.'
';
}
echo '
';
}
?>
link_items)) : ?>
params->def('show_pagination', 1) == 1 || ($this->params->get('show_pagination') == 2)) && ($this->pagination->get('pages.total') > 1)) : ?>
pagination->getPagesLinks(); ?>