X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=run.php;h=dac7bc4d6fb95ec96d48e860c0fcfab1421548b9;hb=a679272cb862dd647da227cc720cd4d4853887c0;hp=3d26e492ca73753714fcb8400286998df4bb1a4f;hpb=35e4253b00be3446ee4ff00c28b1cf7240dbf334;p=wfpl.git 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'); }