From 34c76c0906a639321dedfe0e77d9fd123ed7c792 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Mon, 29 Jun 2009 12:32:11 -0700 Subject: A Combined javascript seems to work. 1) CSS files are added to the combined version by use of $theme->css() or $theme->css_theme() methods 2) url references in the css are converted to full paths as opposed to relative 3) @import statements in the css are resolved as well. 4) need to move the [if IE] statements into the css files so the will be honored in the browser. currently the ie fix css are always included. --- modules/gallery/controllers/combined.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'modules/gallery/controllers') diff --git a/modules/gallery/controllers/combined.php b/modules/gallery/controllers/combined.php index 50fe77c4..399a60f4 100644 --- a/modules/gallery/controllers/combined.php +++ b/modules/gallery/controllers/combined.php @@ -99,10 +99,5 @@ class Combined_Controller extends Controller { Kohana::close_buffers(false); print $content; } - - public function __call($function, $args) { - array_unshift($args, $function); - print ""; - } } -- cgit v1.2.3