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é
|
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 $item) | endforeach |
else | __pad0__ |
$app = JFactory::getApplication() |
$doc = JFactory::getDocument() |
$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>' |
$task = JRequest::getCmd('task') |
else __pad0__ |
if (JFile::exists($file)) if ($this->params->get('textBig')) if($this->params->get('highContrast')) |