Joomla CMS  2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Référence du fichier templates/bluestork/cpanel.php

Espaces de nommage

namespace  Joomla\Administrator

Variables

 $app = JFactory::getApplication()
 $doc = JFactory::getDocument()
if($this->direction== 'rtl') $lang = JFactory::getLanguage()
 $file = 'language/'.$lang->getTag().'/'.$lang->getTag().'.css'
if(JFile::exists($file)) if($this->
params->get('textBig')) 
if ($this->params->get('highContrast'))
 $task = JRequest::getCmd('task')
 $output = array()
 $output [] = '<span class="viewsite"><a href="'.JURI::root().'" target="_blank">'.JText::_('JGLOBAL_VIEW_SITE').'</a></span>'
foreach($output as $itemendforeach
else __pad0__

Documentation des variables

$file = 'language/'.$lang->getTag().'/'.$lang->getTag().'.css'
if ($this->direction== 'rtl') $lang = JFactory::getLanguage()

Load specific language related css

$output = array()
$output[] = '<span class="viewsite"><a href="'.JURI::root().'" target="_blank">'.JText::_('JGLOBAL_VIEW_SITE').'</a></span>'
else __pad0__
foreach ($output as $item) endforeach
if (JFile::exists($file)) if ($this->params->get('textBig')) if($this->params->get('highContrast'))