Go to the source code of this file.
$GLOBALS['page_name'] = 'index' |
$GLOBALS['page_columns_count'] = $GLOBALS['site_parameters']['site_index_page_columns_count'] |
$rubid = intval(vn($_GET['rubid'])) |
if (strpos($_SERVER['REQUEST_URI'], '/index.php')!==false) $rubrique_template = 'home' |
Initial value:=
"SELECT r.nom_" .
$_SESSION[
'session_langue'] .
" as nom, etat, technical_code
FROM peel_rubriques r
WHERE r.id ='" . intval(
$rubid) .
"' AND r.technical_code NOT IN ('other', 'iphone_content') AND " .
get_filter_site_cond(
'rubriques',
'r') .
"
ORDER BY r.position " . (!empty(
$GLOBALS[
'site_parameters'][
'content_category_primary_order_by'])?
", r." .
$GLOBALS[
'site_parameters'][
'content_category_primary_order_by'] :
'') .
"
"
get_filter_site_cond($table_technical_code, $table_alias=null, $use_strict_rights_if_in_admin=false, $specific_site_id=null, $exclude_public_items=false, $admin_force_multisite_if_allowed=false)
Retourne la condition SQL permettant de filtrer les données pour une table.
$_SESSION['session_install_serveur']
Definition at line 30 of file index.php.
if (function_exists('has_special_article')&&has_special_article($rubid)) $tpl = $GLOBALS['tplEngine']->createTemplate('index.tpl') |
Initial value:{
$tpl->assign(
'meilleurs_ventes', affiche_produits(null, 2,
"top", 10,
'home',
true, null, 4,
true,
false))
Definition at line 42 of file index.php.
if (!empty($GLOBALS['site_parameters']['skip_home_special_products'])) else |
Initial value:{
$tpl->assign(
'notre_selection', affiche_produits(null, 2,
"special", 10,
'home',
true, null, 4,
true,
false))
Definition at line 47 of file index.php.
if (!empty($GLOBALS['site_parameters']['skip_home_new_products'])) else |
Initial value:{
$tpl->assign(
'nouveaute', affiche_produits(null, 2,
"nouveaute", 10,
'home',
true, null, 4,
true,
false))
Definition at line 52 of file index.php.