Comonent/com_content/view/category/tmpl/default

i have customize this com_content, so here is code

/* default.php */
defined('_JEXEC') or die('Restricted access');
$cparams =& JComponentHelper::getParams('com_media');
?>
params->get('show_page_title', 1)) : ?>


escape($this->params->get('page_title')); ?>











category->description; ?>
category->image) : ?>
<?php echo $this->category->image;?>


View holydays in category->title;?>>





$this->items =& $this->getItems();
echo $this->loadTemplate('items');
?>

access->canEdit || $this->access->canEditOwn) :
echo JHTML::_('icon.create', $this->category , $this->params, $this->access);
endif; ?>