addACL( 'com_translationsmanager', 'manage', 'users', 'super administrator' ); if (!$user->authorize( 'com_translationsmanager', 'manage' )) { $mainframe->redirect( 'index.php', JText::_('ALERTNOTAUTH') ); } // run the controller $controller = new TranslationsController( array('default_task' => 'languages') ); $controller->execute( JRequest::getVar( 'task' ) ); $controller->redirect(); ?>