View of /mambo/branches/4.6/administrator/components/com_languages/actions/translate.action.php
Parent Directory
|
Revision Log
Revision 561 -
(download)
(annotate)
Thu Jun 8 09:17:26 2006 UTC (6 years, 11 months ago) by csouza
File size: 244 byte(s)
Thu Jun 8 09:17:26 2006 UTC (6 years, 11 months ago) by csouza
File size: 244 byte(s)
<?php
class translateAction extends Action
{
function execute(&$controller, &$request)
{
$session =& $request->session();
$session['lang'] = $_REQUEST['lang'];
$controller->redirect('index', 'catalogs');
}
}
?>| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

