From: pdontthink Date: Tue, 19 Sep 2006 14:43:41 +0000 (+0000) Subject: Variable name is misleading, if technically correct. I'd personally eventually like... X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b2da3087e9e9f6e2c4af25c7d90243c94aa9ee49;p=squirrelmail.git 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. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11723 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/templates/default/stylelink.tpl b/templates/default/stylelink.tpl index d2df69f5..73d589b2 100644 --- a/templates/default/stylelink.tpl +++ b/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();