JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
run.php css thing uses 'css_link' instead of 'basename' as template tag
[wfpl.git] / run.php
diff --git a/run.php b/run.php
index 3d26e49..dac7bc4 100644 (file)
--- a/run.php
+++ b/run.php
@@ -111,7 +111,7 @@ function run_php($basename = false) {
                        }
 
                        if(file_exists("$basename.css")) {
-                               $tem->set('basename', $basename);
+                               $tem->set('css_link', "$basename.css");
                                $tem->sub('css_links');
                        }