This commit is contained in:
Shish 2018-11-10 12:02:48 +00:00
parent 1fb7e7b823
commit de2a688b5a

View File

@ -337,7 +337,7 @@ class Page {
$css_files = array_merge(
zglob("lib/shimmie.css"),
zglob("ext/{".ENABLED_EXTS."}/style.css"),
zglob("themes/$theme_name/style.css"),
zglob("themes/$theme_name/style.css")
);
foreach($css_files as $css) {
$css_latest = max($css_latest, filemtime($css));