From: Jason Woofenden Date: Thu, 3 May 2007 05:36:54 +0000 (-0400) Subject: run.php css thing uses 'css_link' instead of 'basename' as template tag X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=a679272cb862dd647da227cc720cd4d4853887c0;p=wfpl.git run.php css thing uses 'css_link' instead of 'basename' as template tag --- 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'); }