ZenCart_Documentation  1.5.0
http://www.collinsharper.com
C:/xampp/htdocs/zen-cart/admin/includes/init_includes/init_languages.php File Reference

Go to the source code of this file.

Namespaces

namespace  admin

Variables

if(!defined('IS_ADMIN_FLAG'))
if(!isset($_SESSION['language'])||isset($_GET['language'])) 
$template_query = $db->Execute("select template_dir from " . TABLE_TEMPLATE_SELECT . " where template_language in (" . (int)$_SESSION['languages_id'] . ', 0' . ") order by template_language DESC")
 $template_dir = $template_query->fields['template_dir']
 $current_page = basename($PHP_SELF)

Variable Documentation

$current_page = basename($PHP_SELF)

Definition at line 36 of file init_languages.php.

$template_dir = $template_query->fields['template_dir']

Definition at line 32 of file init_languages.php.

if (!defined('IS_ADMIN_FLAG')) if (!isset($_SESSION['language'])||isset($_GET['language'])) $template_query = $db->Execute("select template_dir from " . TABLE_TEMPLATE_SELECT . " where template_language in (" . (int)$_SESSION['languages_id'] . ', 0' . ") order by template_language DESC")

Definition at line 31 of file init_languages.php.

 All Data Structures Namespaces Files Functions Variables Enumerations