getData(['config', 'i18n', 'langBase']); if( $this->getInput('DELTA_I18N_SITE') !== '' && $this->getInput('DELTA_I18N_SITE') !== null && $this->getInput('DELTA_I18N_SITE') !== 'base') $lang = $this->getInput('DELTA_I18N_SITE'); if( $this->getData(['config', 'social', 'headFacebook' ]) === true) { echo ''; } else { echo ''; } ?> showMetaTitle(); if( $this->getData(['config', 'social', 'headFacebook' ]) === true) $this->showMetaPropertyFacebook(); ?> showStyle(); $this->showSharedVariables(); $this->sortVendor(); $this->showVendor('css'); echo PHP_EOL;?> showFavicon(); $this->showVendor('jshead'); // Détection RSS if ( ( $this->getData(['page', $this->getUrl(0), 'moduleId']) === 'blog' OR $this->getData(['page', $this->getUrl(0), 'moduleId']) === 'news' ) AND $this->getData(['module', $this->getUrl(0), 'config', 'feeds']) === TRUE ): ?> getUser('group') > self::GROUP_MEMBER) $this->showBar(); ?> showNotification(); // div screenshot if( isset($_SESSION['screenshot'] ) && $_SESSION['screenshot'] === 'on' ) { ?>
getData(['theme', 'menu', 'position']) === 'top') $this->showMenu( 'top'); ?> getData(['theme', 'menu', 'position']) === 'body-first') $this->showMenu( 'body-first'); ?> getData(['theme', 'header', 'position']) === 'body') $this->showHeader('body'); ?> getData(['theme', 'menu', 'position']) === 'body-second') $this->showMenu( 'body-second'); ?>
getData(['theme', 'menu', 'position']) === 'site-first') $this->showMenu( 'site-first'); ?> getData(['theme', 'header', 'position']) === 'site' OR ( $this->getData(['theme', 'header', 'position']) === 'hide' AND $this->getUrl(0) === 'theme' ) ) $this->showHeader( 'site' ); ?> getData(['theme', 'menu', 'position']) === 'site-second' ) $this->showMenu( 'site-second'); ?> getData(['theme', 'menu', 'position']) === 'site' ) $this->showMenu( 'site'); ?> getData(['theme', 'menu', 'position']) === 'hide') $this->showMenu( 'hide'); ?> showSection();?> showFooter();?> getData(['theme', 'footer', 'position']) === 'site'? '
' : ''; // fin de la div main_screenshot et bouton screenshot if( isset($_SESSION['screenshot'] ) && $_SESSION['screenshot'] === 'on' ){ ?>
showCookies(); ?> showVendor('jsbody'); $this->showScript();?>