Пример #1
0
	public function getCaption($forceShow = false)
	{
		$app = JFactory::getApplication();
		if ($app->isAdmin())
		{
			return "";
		}
		else
		{
			return parent::getCaption($forceShow);
		}
	}