Переглянути джерело

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 роки тому
батько
коміт
bba8319220
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      templates/default/stylelink.tpl

+ 1 - 1
templates/default/stylelink.tpl

@@ -20,7 +20,7 @@ extract($t);
 //echo SM_PATH;
 //echo SM_PATH;
 $base_css="css";
 $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 **/
 /** Add URLs to the $css_files array to have them added as links before any theme css or style.php output **/
 $css_files=array();
 $css_files=array();