<?php
/**
* @version 0.9.4
* @package Anahita Social Engine
* @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 ComSocialengineViewMaintenanceHtml extends ComSocialengineViewHtml
{
function prepareDefaultLayout()
{
$this->getToolbar()->reset();
}
//end class
}