Annotation of /mambo/branches/4.6/administrator/components/com_languages/actions/translate.action.php
Parent Directory
|
Revision Log
Revision 1756 - (view) (download)
| 1 : | csouza | 403 | <?php |
| 2 : | elpie | 971 | /** |
| 3 : | * @package Mambo | ||
| 4 : | * @subpackage Languages | ||
| 5 : | elpie | 1756 | * @author Mambo Foundation Inc see README.php |
| 6 : | * @copyright (C) 2000 - 2009 Mambo Foundation Inc. | ||
| 7 : | * See COPYRIGHT.php for copyright notices and details. | ||
| 8 : | * @license GNU/GPL Version 2, see LICENSE.php | ||
| 9 : | * | ||
| 10 : | * Redistributions of files must retain the above copyright notice. | ||
| 11 : | * | ||
| 12 : | * Mambo is free software; you can redistribute it and/or | ||
| 13 : | * modify it under the terms of the GNU General Public License | ||
| 14 : | * as published by the Free Software Foundation; version 2 of the License. | ||
| 15 : | */ | ||
| 16 : | ocs_cms | 1396 | |
| 17 : | andphe | 915 | defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); |
| 18 : | csouza | 403 | class translateAction extends Action |
| 19 : | { | ||
| 20 : | function execute(&$controller, &$request) | ||
| 21 : | { | ||
| 22 : | $session =& $request->session(); | ||
| 23 : | andphe | 1680 | $session['lang'] = mosGetParam($_REQUEST,'lang'); |
| 24 : | csouza | 403 | $controller->redirect('index', 'catalogs'); |
| 25 : | } | ||
| 26 : | } | ||
| 27 : | |||
| 28 : | ?> |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

