26 lines
1.1 KiB
PHP
Executable File
26 lines
1.1 KiB
PHP
Executable File
<?php
|
|
$nomFicAppelant = basename(__FILE__);
|
|
require_once ($includePath. "/_fonctions/fonctionItemMessage.php");
|
|
include_once ($includePath. "/req/11-init.accueilMsgList.php");
|
|
|
|
// ---------------------------------------------------
|
|
// Affichage du mesage commercial
|
|
// ---------------------------------------------------
|
|
include ("accueil.reqSelect.messCom.php");
|
|
if ($afficherMsgCom==1) {
|
|
echo '<div id="messCom" ';
|
|
echo 'style="';
|
|
if (isset ($styleMsgCom) && $styleMsgCom!='-') echo $styleMsgCom;
|
|
if ( $affMContext === true ) echo ' cursor:context-menu" '; else echo '" ';
|
|
echo 'data-tooltip="' .$titleTab. '" ';
|
|
if ( $affMContext === true ) echo $mouseOverMenuContext. ' onContextMenu="return mContextuel( this, \'messCom\', \'titre\', 0, event );"';
|
|
echo '>';
|
|
echo '<i class="' .$icoTab. '"></i>  <span>' .$messTab. '</span>';
|
|
echo '</div>';
|
|
}
|
|
|
|
// ---------------------------------------------------
|
|
// Caroussel prends les images dans publication / accueil
|
|
// ---------------------------------------------------
|
|
include ("accueil-M5.caroussel_haut.php");
|
|
?>
|