rétablissement base href

This commit is contained in:
Deltacms 2023-01-23 14:02:43 +01:00
parent 963b2b1934
commit b737f941e7
1 changed files with 1 additions and 1 deletions

View File

@ -2121,7 +2121,7 @@ class common {
*/
public function showStyle() {
if($this->output['style']) {
//echo '<base href="' . helper::baseUrl(true) .'">';// utilité ?
echo '<base href="' . helper::baseUrl(true) .'">';
if (strpos($this->output['style'], 'admin.css') >= 1 ) {
echo '<link rel="stylesheet" href="' . self::DATA_DIR . 'admin.css' . '">'.PHP_EOL;
}