From a5d2af336a94c4cf4fd1a5732b3f64197a3f2dd2 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Sun, 25 Oct 2009 16:51:24 -0600 Subject: Move g2_import styles from the theme to the module. --- modules/g2_import/helpers/g2_import_theme.php | 28 +++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 modules/g2_import/helpers/g2_import_theme.php (limited to 'modules/g2_import/helpers') diff --git a/modules/g2_import/helpers/g2_import_theme.php b/modules/g2_import/helpers/g2_import_theme.php new file mode 100644 index 00000000..b1aaac00 --- /dev/null +++ b/modules/g2_import/helpers/g2_import_theme.php @@ -0,0 +1,28 @@ +css("g2_import.css"); + } + + static function admin_head($theme) { + $theme->css("g2_import.css"); + } +} \ No newline at end of file -- cgit v1.2.3