* JA T3v2 System Plugin for J3.x * ------------------------------------------------------------------------ * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved. * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html * Author: J.O.O.M Solutions Co., Ltd * Websites: http://www.joomlart.com - http://www.joomlancers.com * ------------------------------------------------------------------------ */ // No direct access defined('_JEXEC') or die; $language = JFactory::getLanguage(); $language->load('plg_system_jat3', JPATH_ADMINISTRATOR, 'en-GB', true); //get reference of this block and update its no-wrap attribute $block =& $this->getBlockXML(T3Common::node_attributes($block, 'name'), T3Common::node_attributes($block, 'parent', 'middle')); T3Common::set_node_attributes($block, 'no-wrap', 1); T3Common::set_node_attributes($block, 'no-main', 1); if (!$this->getParam('option_layouts') && !$this->getParam('option_screen') && !$this->getParam('option_font') && !$this->getParam('option_themes') && !$this->getParam('option_direction') && !$this->getParam('option_menu')) { return; } ?> <div id="ja-cpanel-wrapper"> <div id="ja-cpanel"> <div id="ja-cpanel-main"> <div class="ja-cpanel-head clearfix"> <a href="http://wiki.joomlart.com/wiki/JA_T3_Framework_2/Overview" class="first" title="About T3"><span>About</span></a> <a href="http://wiki.joomlart.com/wiki/JA_T3_Framework_2/Guides" title="Guides"><span>Guides</span></a> <a href="http://wiki.joomlart.com/wiki/JA_T3_Framework_2/FAQs" title="FAQs"><span>FAQs</span></a> </div> <div class="ja-cpanel-tools clearfix"> <?php if ($this->getParam('option_font')) {