authorise('core.manage', 'com_templates')) { return JError::raiseWarning(404, JText::_('JERROR_ALERTNOAUTHOR')); } JLoader::register('TemplatesHelper', __DIR__ . '/helpers/templates.php'); $controller = JControllerLegacy::getInstance('Templates'); $controller->execute(JFactory::getApplication()->input->get('task')); $controller->redirect();