14 lines
1.0 KiB
PHP
Executable File
14 lines
1.0 KiB
PHP
Executable File
<?php
|
|
$nomFicAppelant = basename(__FILE__);
|
|
|
|
// ---------------------------------------------------
|
|
// Baniere : anciennement utilisation de titreAfficher3 : mais maintenant flag dans theme
|
|
// ---------------------------------------------------
|
|
// pour les pages back office
|
|
// ---------------------------------------------------
|
|
if ($_SESSION['jeviensDeIndex']==2) {$titreImgPt[3]=str_replace("./","../../",$titreImgPt[3]);}
|
|
if ($_SESSION['jeviensDeIndex']==3) {$titreImgPt[3]=str_replace("./","../../../",$titreImgPt[3]);}
|
|
if ( $affMContext === true ) echo '<img class="bandeauImg" src="' .$titreImgPt[3]. '" alt="' .$titreAlt[3]. '" data-tooltip="' .$titreTitle[3]. '" onClick="window.location=\'./accueil\'"; style="cursor:context-menu" ' .$mouseOverMenuContext. ' onContextMenu="return mContextuel(this, \'bandeauImg\', \'titre\', \'3\', event);" />';
|
|
else echo '<img class="bandeauImg" src="' .$titreImgPt[3]. '" alt="' .$titreAlt[3]. '" data-tooltip="' .$titreTitle[3]. '" onClick="window.location=\'./accueil\'"; />';
|
|
|
|
?>
|