From 08a22f4a39a1dad4b63f1303aa9cb3e758a784f3 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Sat, 17 Oct 2009 21:59:53 -0600 Subject: Add tag.css to tag admin page. --- modules/tag/helpers/tag_theme.php | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') 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"); } -- cgit v1.2.3