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() | |
$lang = JFactory::getLanguage() | |
$file = 'language/'.$lang->getTag().'/'.$lang->getTag().'.css' | |
if($this->direction== 'rtl') | endif |
if(JFile::exists($file)) | if ($this->params->get('boldText')) |
$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 | __pad1__ |
$app = JFactory::getApplication() |
$file = 'language/'.$lang->getTag().'/'.$lang->getTag().'.css' |
$lang = JFactory::getLanguage() |
$output = array() |
$output[] = '<span class="viewsite"><a href="'.JURI::root().'" target="_blank">'.JText::_('JGLOBAL_VIEW_SITE').'</a></span>' |
$task = JRequest::getCmd('task') |
else __pad1__ |
if (JFile::exists($file)) if($this->params->get('boldText')) |