XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
page_langselect.php File Reference

Go to the source code of this file.

Namespaces

namespace  installer
 

Variables

if($_SERVER['REQUEST_METHOD']==
'POST'&&isset($_REQUEST['lang'])) 
$_SESSION ['settings'] = array()
 
 $content = '<select name="lang" size="10" style="min-width: 10em">'
 
 $languages = getDirList("./language/")
 
 $pageHasForm = true
 
 $title = LANGUAGE_SELECTION
 

Variable Documentation

if ($_SERVER['REQUEST_METHOD']== 'POST'&&isset($_REQUEST['lang'])) $_SESSION['settings'] = array()

Definition at line 42 of file page_langselect.php.

foreach ($languages as $lang) $content = '<select name="lang" size="10" style="min-width: 10em">'

Definition at line 47 of file page_langselect.php.

$languages = getDirList("./language/")

Definition at line 49 of file page_langselect.php.

$pageHasForm = true

Definition at line 45 of file page_langselect.php.