<?php
/**
* @category Anahita Social Engineâ¢
* @copyright Copyright (C) 2008 - 2010 rmdStudio Inc. and Peerglobe Technology Inc. All rights reserved.
* @license GNU GPLv2 <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>
* @link http://www.anahitapolis.com
*/
class ComSocialengineViewSettingHtml extends ComSocialengineViewHtml
{
protected function prepareDefaultLayout()
{
$this->mixin(KFactory::tmp('lib.anahita.uikit.setting.mixin', array('mixer'=>$this)));
$header = KFactory::get('lib.anahita.uikit.header.page')->setTitle(JText::_('AN-SE-APPLICATION-HEADER-TITLE'));
KFactory::get('lib.joomla.application')->getPathway()->addItem(JText::_('AN-SE-APPLICATION-HEADER-TITLE'));
$this->assign('header', $header);
}
//end class
}