| Server IP : 180.180.241.3 / Your IP : 216.73.216.35 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /AppServ/www/app/webroot/news/components/com_phocagallery/views/user/tmpl/ |
Upload File : |
<?php defined('_JEXEC') or die('Restricted access');
$heading = '';
if ($this->params->get( 'page_title' ) != '') {
$heading .= $this->params->get( 'page_title' );
}
if ($this->tmpl['showpagetitle'] != 0) {
if ( $heading != '') {
echo '<div class="componentheading'.$this->params->get( 'pageclass_sfx' ).'">'
.$heading
.'</div>';
}
}
$tab = 0;
switch ($this->tmpl['tab']) {
case 'up':
$tab = 1;
break;
case 'cc':
default:
$tab = 0;
break;
}
echo '<div> </div>';
if ($this->tmpl['displaytabs'] > 0) {
echo '<div id="phocagallery-pane">';
$pane =& JPane::getInstance('Tabs', array('startOffset'=> $this->tmpl['tab']));
echo $pane->startPane( 'pane' );
echo $pane->startPanel( JHTML::_( 'image.site', $this->tmpl['pi'].'icon-user.'.$this->tmpl['fi'],'', '', '', '', '') . ' '.JText::_('PHOCAGALLERY_USER'), 'user' );
echo $this->loadTemplate('user');
echo $pane->endPanel();
echo $pane->startPanel( JHTML::_( 'image.site', $this->tmpl['pi'].'icon-folder-small.'.$this->tmpl['fi'],'', '', '', '', '') . ' '.$this->tmpl['categorycreateoredithead'], 'category' );
echo $this->loadTemplate('category');
echo $pane->endPanel();
echo $pane->startPanel( JHTML::_( 'image.site', $this->tmpl['pi'].'icon-subcategories.'.$this->tmpl['fi'],'', '', '', '', '') . ' '.JText::_('PHOCAGALLERY_SUBCATEGORIES'), 'subcategories' );
echo $this->loadTemplate('subcategories');
echo $pane->endPanel();
echo $pane->startPanel( JHTML::_( 'image.site', $this->tmpl['pi'].'icon-images.'.$this->tmpl['fi'],'', '', '', '', '') . ' '.JText::_('PHOCAGALLERY_IMAGES'), 'images' );
echo $this->loadTemplate('images');
echo $pane->endPanel();
echo $pane->endPane();
echo '</div>';
}
echo '<div> </div>';
echo $this->tmpl['om'];
?>