summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-10-17 21:59:53 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-10-17 21:59:53 -0600
commit08a22f4a39a1dad4b63f1303aa9cb3e758a784f3 (patch)
treec224b3343223485632e652b5a74ccd3c5307c95d /modules
parent3387b54fe36b573ec5d9b1fd42844cfd6b8d4ff6 (diff)
Add tag.css to tag admin page.
Diffstat (limited to 'modules')
-rw-r--r--modules/tag/helpers/tag_theme.php1
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");
}