noalyss  Version-6.7.2
 All Data Structures Namespaces Files Functions Variables Enumerations
Variables
ajax_preference.php File Reference

this file is always included and then executed it permits to change the user preferences More...

Go to the source code of this file.

Variables

 $aLang
global $g_user = new User($cn)
 $inside_dossier = false
if(isset($_REQUEST['gDossier'])&&$_REQUEST['gDossier']<>0) $repo = new Database()
 $res
 $style = new ISelect('style_user')
 for ($i=0;$i< count($aLang);$i++)
if($inside_dossier) if ($inside_dossier)
$style selected = $_SESSION['g_theme']
$style value

Detailed Description

this file is always included and then executed it permits to change the user preferences

See also:
user_pref.php

Definition in file ajax_preference.php.


Variable Documentation

$aLang
Initial value:
 array(array(_('Français'), 'fr_FR.utf8'),
            array(_('Anglais'), 'en_US.utf8'),
            array(_('Néerlandais'), 'nl_NL.utf8'),
        )

Definition at line 166 of file ajax_preference.php.

$g_user = new User($cn)

Definition at line 26 of file ajax_preference.php.

$inside_dossier = false

Definition at line 41 of file ajax_preference.php.

if (isset($_REQUEST['gDossier'])&&$_REQUEST['gDossier']<>0) $repo = new Database()
$res
Initial value:
 $repo->exec_sql("select the_name from theme
                    order by the_name")

Definition at line 58 of file ajax_preference.php.

$style = new ISelect('style_user')
for($i=0;$i< count($aLang);$i++)

Definition at line 171 of file ajax_preference.php.

if ($inside_dossier) if($inside_dossier)

Definition at line 145 of file ajax_preference.php.

$style selected = $_SESSION['g_theme']

Definition at line 64 of file ajax_preference.php.

Initial value:
 $repo->make_array("select the_name,the_name
        from theme
        order by the_name")

Definition at line 61 of file ajax_preference.php.

 All Data Structures Namespaces Files Functions Variables Enumerations