<?php
/**
* @version 1.0.0
* @package Anahita SocialEngine
* @copyright Copyright (C) 2007 - 2010 rmd Studio 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 ComSocialengineViewAboutHtml extends ComSocialengineViewHtml
{
public function prepareDefaultLayout()
{
$this->getToolbar()->reset();
}
//end class
}