diff options
-rw-r--r-- | modules/tag/helpers/tag_theme.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/tag/helpers/tag_theme.php b/modules/tag/helpers/tag_theme.php index e3743824..ac0dd016 100644 --- a/modules/tag/helpers/tag_theme.php +++ b/modules/tag/helpers/tag_theme.php @@ -26,6 +26,7 @@ class tag_theme_Core { } static function admin_head($theme) { + $theme->css("tag.css"); $theme->script("tag.js"); } |