From a679272cb862dd647da227cc720cd4d4853887c0 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Thu, 3 May 2007 01:36:54 -0400 Subject: [PATCH] run.php css thing uses 'css_link' instead of 'basename' as template tag --- run.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.php b/run.php index 3d26e49..dac7bc4 100644 --- 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'); } -- 1.7.10.4