From 8115135e179ba0ed1328ef13a12c7e443ef21801 Mon Sep 17 00:00:00 2001 From: Mike Miller Date: Thu, 3 Jan 2013 17:29:36 +0200 Subject: [PATCH] Always add the editcaptured and editcreation CSS files --- 3.0/modules/editcaptured/helpers/editcaptured_theme.php | 1 + 3.0/modules/editcreation/helpers/editcreation_theme.php | 1 + 2 files changed, 2 insertions(+) diff --git a/3.0/modules/editcaptured/helpers/editcaptured_theme.php b/3.0/modules/editcaptured/helpers/editcaptured_theme.php index 7458860c..afbfde8b 100644 --- a/3.0/modules/editcaptured/helpers/editcaptured_theme.php +++ b/3.0/modules/editcaptured/helpers/editcaptured_theme.php @@ -20,6 +20,7 @@ class editcaptured_theme_Core { static function head($theme) { + $theme->css("editcaptured.css"); if (!$theme->item()) { return; } diff --git a/3.0/modules/editcreation/helpers/editcreation_theme.php b/3.0/modules/editcreation/helpers/editcreation_theme.php index 34bf9b51..94b2e4c9 100644 --- a/3.0/modules/editcreation/helpers/editcreation_theme.php +++ b/3.0/modules/editcreation/helpers/editcreation_theme.php @@ -20,6 +20,7 @@ class editcreation_theme_Core { static function head($theme) { + return $theme->css("editcreation.css"); if (!$theme->item()) { return; }