here is default.php for section
defined('_JEXEC') or die('Restricted access');
$cparams =& JComponentHelper::getParams('com_media');
?>
params->get('show_page_title', 1)) : ?>
escape($this->params->get('page_title')); ?>
params->get('show_description_image') && $this->section->image) : ?> params->get('show_description') && $this->section->description) : ?> section->description; ?> | |
params->get('show_categories', 1)) : ?> | |
params->get('show_cat_num_articles')) : ?> ( numitems==1) { echo $category->numitems ." ". JText::_( 'item' );} else { echo $category->numitems ." ". JText::_( 'items' );} ?> ) params->def('show_category_description', 1) && $category->description) : ?> description; ?> |