Browse Source

Variable name is misleading, if technically correct. I'd personally eventually like to see a wrapper (class) around template ids, names, dirs, and other attributes.

pdontthink 19 years ago
parent
commit
bba8319220
1 changed files with 1 additions and 1 deletions
  1. 1 1
      templates/default/stylelink.tpl

+ 1 - 1
templates/default/stylelink.tpl

@@ -20,7 +20,7 @@ extract($t);
 //echo SM_PATH;
 $base_css="css";
 
-$template_css_file="templates/$templateid/$templateid.css";
+$template_css_file="templates/$templatedir/$templatedir.css";
 
 /** Add URLs to the $css_files array to have them added as links before any theme css or style.php output **/
 $css_files=array();