XOOPS  2.6.0
page_langselect.php File Reference

Go to the source code of this file.

Namespaces

 installer
 

Variables

 $_SESSION ['settings'] = array()
 
 $_SESSION ['pageHasHelp'] = false
 
 $_SESSION ['pageHasForm'] = true
 
 $_SESSION ['content'] = $content
 
 $content = '<div class="languages">'
 
 $languages = getDirList("./locale/")
 
 $wizard = $_SESSION['wizard']
 

Variable Documentation

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

Definition at line 32 of file page_langselect.php.

$_SESSION['pageHasHelp'] = false

Definition at line 57 of file page_langselect.php.

$_SESSION['pageHasForm'] = true

Definition at line 58 of file page_langselect.php.

$_SESSION['content'] = $content

Definition at line 59 of file page_langselect.php.

foreach ($languages as $lang) $content = '<div class="languages">'

Definition at line 47 of file page_langselect.php.

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

Definition at line 49 of file page_langselect.php.

$wizard = $_SESSION['wizard']

Definition at line 31 of file page_langselect.php.