HEX
Server: Apache
System: Linux webm010.cluster103.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: iestorre (46869)
PHP: 8.0.30
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/iestorre/biologia/components/com_phocagallery/views/categories/tmpl/default.php
<?php
defined('_JEXEC') or die('Restricted access');
echo '<div id="phocagallery" class="pg-categories-view'.$this->params->get( 'pageclass_sfx' ).' pg-csv">';
if ( $this->params->get( 'show_page_heading' ) ) { 
	echo '<div class="page-header"><h1>'. $this->escape($this->params->get('page_heading')) . '</h1></div>';
}

echo '<div id="pg-icons">';
echo PhocaGalleryRenderFront::renderFeedIcon('categories');
echo '</div>';
echo '<div class="ph-cb"></div>';


if ($this->tmpl['categories_description'] != '') {
	echo '<div class="pg-csv-desc" >'.JHTML::_('content.prepare', $this->tmpl['categories_description']).'</div>';
}

// Obsolete methods
switch($this->tmpl['display_image_categories']) {

	case 0:
		echo $this->loadTemplate('obs_catimgdetailtitleonly');
	break;
	
	case 2:
		echo $this->loadTemplate('obs_catimgdetail');
	break;
	
	case 3:
		echo $this->loadTemplate('obs_catimgdetailfloat');
	break;
	
	case 4:
		echo $this->loadTemplate('obs_catimgdesc');
	break;
	
	case 5:
		echo $this->loadTemplate('obs_custom');
	break;
	
	case 1:
	default:
		echo $this->loadTemplate('categories');
	break;
}




echo $this->loadTemplate('pagination');
echo $this->tmpl['ems'];
echo '</div>';