Beispiel #1
0
*/
/* --- ACTION PAGE --- */
if (isset($_REQUEST['act']) && $_REQUEST['act'] != '' && $_REQUEST['act'] != 'empty') {
    $_temp_act = $_REQUEST['act'];
} else {
    $_temp_act = 'empty';
}
/* --- USER LOGIN --- */
if (isset($_SESSION['account'])) {
    $_global_user_temp = $_SESSION['account']['login_id'];
} else {
    $_global_user_temp = '0';
}
/* --- GENERAL --- */
$_global_general = $_global->get_general('1');
$temp_getHome = $_global->get_home_slideshows();
$_global_home = @$temp_getHome[0];
if (!empty($_global_home)) {
    $_global_data_textboxt = json_decode($_global_home->textboxt);
    $_global_data_textarea = json_decode($_global_home->textarea);
}
if (is_object($_global_general)) {
    $param = 1;
} else {
    $param = 0;
}
if (!defined('CHECK_GLOBAL_GENERAL')) {
    define('CHECK_GLOBAL_GENERAL', $param);
}
/* --- INFO --- */
$_global_info = $_global->get_info('1');