summaryrefslogtreecommitdiff
path: root/modules/thumbnav/helpers/thumbnav_theme.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/thumbnav/helpers/thumbnav_theme.php')
-rw-r--r--modules/thumbnav/helpers/thumbnav_theme.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/thumbnav/helpers/thumbnav_theme.php b/modules/thumbnav/helpers/thumbnav_theme.php
new file mode 100644
index 0000000..6f11b30
--- /dev/null
+++ b/modules/thumbnav/helpers/thumbnav_theme.php
@@ -0,0 +1,8 @@
+<?php defined("SYSPATH") or die("No direct script access.");
+
+class ThumbNav_theme_Core {
+
+ static function head($theme) {
+ $theme->css("thumbnav.css");
+ }
+} \ No newline at end of file