fix showstyle redondant

This commit is contained in:
fredtempez 2020-04-03 23:53:40 +02:00
parent 067b4c56f9
commit 17985b3514
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@
<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(); ?>