merge master

This commit is contained in:
Fred Tempez 2020-04-02 19:05:10 +02:00
parent dba71ce796
commit c460cb0bed
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
<link rel="stylesheet" href="<?php echo helper::baseUrl(false); ?>core/layout/light.css">
<link rel="stylesheet" href="<?php echo helper::baseUrl(false) . self::DATA_DIR; ?>theme.css?<?php echo md5_file(self::DATA_DIR.'theme.css'); ?>">
<link rel="stylesheet" href="<?php echo helper::baseUrl(false) . self::DATA_DIR; ?>custom.css?<?php echo md5_file(self::DATA_DIR.'custom.css'); ?>">
<?php $layout->showStyle(); ?>
</head>
<body>
<?php $layout->showNotification(); ?>