1
0

Add .css file in via theme->css instead of using a new view.

This commit is contained in:
rWatcher 2011-06-08 20:09:05 -04:00
parent 4f707f572c
commit 92436f8d98
2 changed files with 2 additions and 10 deletions

View File

@ -20,10 +20,6 @@
class minislideshow_theme_Core {
static function head($theme) {
if (!$theme->item()) {
return;
}
return new View("minislideshow_header_block.html");
return $theme->css("minislideshow_menu.css");
}
}

View File

@ -20,10 +20,6 @@
class minislideshow_theme_Core {
static function head($theme) {
if (!$theme->item()) {
return;
}
return new View("minislideshow_header_block.html");
return $theme->css("minislideshow_menu.css");
}
}