section\tmpl

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')); ?>








categories as $category) : ?>
params->get('show_empty_categories') && !$category->numitems) continue; ?>















params->get('show_description_image') && $this->section->image) : ?>
<?php echo $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; ?>