Variable name is misleading, if technically correct. I'd personally eventually like...
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 19 Sep 2006 14:43:41 +0000 (14:43 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 19 Sep 2006 14:43:41 +0000 (14:43 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11723 7612ce4b-ef26-0410-bec9-ea0150e637f0

templates/default/stylelink.tpl

index d2df69f53a67705793dae01f479578d22b24d626..73d589b2035f2180bcbfa87701da291a764c3140 100644 (file)
@@ -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();