defined('_JEXEC') or die('Restricted access'); $path = $this->baseurl.'/templates/'.$this->template; $website_name = $this->params->get('website_name'); $website_slogan = $this->params->get('website_slogan'); $width_right = $this->params->get('width_right'); $width_left = $this->params->get('width_left'); $width = $this->params->get('width'); $width_text_image = $this->params->get('width_text_image'); $user1_width = $this->params->get('user1_width'); $user3_width = $this->params->get('user3_width'); $user4_width = $this->params->get('user4_width'); $user6_width = $this->params->get('user6_width'); $user7_width = $this->params->get('user7_width'); $user9_width = $this->params->get('user9_width'); $color = $this->params->get('color'); $color_shadow = $this->params->get('color_shadow'); $bg_theme = $this->params->get('bg_theme'); $font = $this->params->get('font'); $fontlogo = $this->params->get('fontlogo'); $font_content = $this->params->get('font_content'); $google1 = $this->params->get('google1'); $show_tooltips = $this->params->get('show_tooltips'); if ($this->params->get('fontSize') == '') { $fontSize ='12px'; } else { $fontSize = $this->params->get('fontSize'); } JHTML::_('behavior.mootools'); include_once(JPATH_ROOT . "/templates/" . $this->template . '/lib/php/layout.php'); ?>