Current Path :
/
home
/
develito
/
httpdocs
/
components
/
com_dmod
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/develito/httpdocs/components/com_dmod/dmod.php
<?php /*------------------------------------------------------------------------ # com_dmod - Dmod Module Manager # ------------------------------------------------------------------------ # author Jesus Vargas Garita # copyright Copyright (C) 2010 www.joomlahill.com. All Rights Reserved. # @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL # Websites: http://www.joomlahill.com # Technical Support: Forum - http://www.joomlahill.com/forum -------------------------------------------------------------------------*/ defined('_JEXEC') or die; require_once JPATH_COMPONENT.'/helpers/route.php'; $doc = JFactory::getDocument(); $doc->addStyleSheet('components/com_dmod/dmod.css'); $controller = JControllerLegacy::getInstance('Dmod'); $controller->execute(JRequest::getCmd('task')); $controller->redirect();