<?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 ComSocialengineViewStoryHtml extends ComSocialengineViewHtml
{
protected function prepareDefaultLayout()
{
$header = KFactory::get('lib.anahita.uikit.header.page')->setTitle(JText::_('AN-SE-STORY-HEADER-TITLE'));
$this->assign('header', $header);
}
//end class
}