1
0

Always add the editcaptured and editcreation CSS files

This commit is contained in:
Mike Miller 2013-01-03 17:29:36 +02:00
parent 959c710775
commit 8115135e17
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@
class editcaptured_theme_Core {
static function head($theme) {
$theme->css("editcaptured.css");
if (!$theme->item()) {
return;
}

View File

@ -20,6 +20,7 @@
class editcreation_theme_Core {
static function head($theme) {
return $theme->css("editcreation.css");
if (!$theme->item()) {
return;
}