<?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 ComSocialengineViewDashboardHtml extends ComSocialengineViewHtml
{
function prepareDefaultLayout()
{
$this->getToolbar()->reset();
jimport('joomla.application.module.helper');
$modules = &JModuleHelper::getModules('socialengine');
$this->assign('modules', $modules);
}
//end class
}