From b2da3087e9e9f6e2c4af25c7d90243c94aa9ee49 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Tue, 19 Sep 2006 14:43:41 +0000 Subject: [PATCH] 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 --- templates/default/stylelink.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.25.1