Source for file translate.action.php
Documentation is available at translate.action.php
* @copyright Refer to copyright.php
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @author Mambo Foundation Inc see README.php
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
function execute(&$controller, &$request)
$session =
& $request->session();
$session['lang'] =
$_REQUEST['lang'];
$controller->redirect('index', 'catalogs');
Documentation generated on Mon, 05 May 2008 16:23:53 +0400 by phpDocumentor 1.4.0