#################################################################
## PHP Pro Bid v6.11 ##
##-------------------------------------------------------------##
## Copyright ©2007 PHP Pro Software LTD. All rights reserved. ##
##-------------------------------------------------------------##
#################################################################
session_start();
define ('IN_SITE', 1);
define ('INDEX_PAGE', 1); ## for integration
include_once ('includes/global.php');
include_once ('includes/functions_login.php');
include_once ('includes/functions_item.php');
if (stristr($_GET['option'], 'logout'))
{
logout();
}
include_once ('global_header.php');
if (isset($_GET['change_language']))
{
$all_languages = list_languages('site');
if (in_array($_GET['change_language'], $all_languages))
{
// $session->set('site_lang', $_GET['change_language']);
$_SESSION['site_lang'] = $_GET['change_language'];
// $session->set('site_lang', $_GET['change_language']);
// $session->set("site_lang", "german");
// $session['site_lang'] = "german";
}
$refresh_link = 'index.php';
$template_output .= '
' . MSG_SITE_LANG_CHANGED . '
Please click ' . MSG_HERE . ' ' . MSG_PAGE_DOESNT_REFRESH . '