JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
run.php css thing uses 'css_link' instead of 'basename' as template tag
authorJason Woofenden <jason183@herkamire.com>
Thu, 3 May 2007 05:36:54 +0000 (01:36 -0400)
committerJason Woofenden <jason183@herkamire.com>
Thu, 3 May 2007 05:36:54 +0000 (01:36 -0400)
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');
                        }