retour à la ligne

This commit is contained in:
Lionel 2024-02-18 18:21:16 +01:00
parent 3db572f633
commit 00e82789e3
1 changed files with 3 additions and 1 deletions

View File

@ -19,7 +19,9 @@ else { echo '<html lang="'.$lang.'">'; }
<link rel="stylesheet" href="<?php echo self::DATA_DIR; ?>theme.css">
<?php $strlenUrl1 = 0;
if( $this->getUrl(1) !== null) $strlenUrl1 = strlen($this->getUrl(1));
if( $this->getData(['page', $this->getUrl(0), 'commentEnable']) === true && $strlenUrl1 < 3 ) {?> <link rel="stylesheet" href="core/layout/pageComment.css"><?php }?>
if( $this->getData(['page', $this->getUrl(0), 'commentEnable']) === true && $strlenUrl1 < 3 ) { ?>
<link rel="stylesheet" href="core/layout/pageComment.css">
<?php } ?>
<link rel="stylesheet" href="core/layout/mediaqueries.css">
<?php $this->showStyle();
$this->showSharedVariables();