From c404d448239826f2935fe804ed8b39b0a8918280 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Mon, 2 Oct 2006 12:37:46 +0000 Subject: [PATCH] Better stylesheet ordering git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11807 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- class/template/Template.class.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/class/template/Template.class.php b/class/template/Template.class.php index 43c83c63..b9b992f4 100644 --- a/class/template/Template.class.php +++ b/class/template/Template.class.php @@ -1078,7 +1078,12 @@ class Template } - return $return_array; + + // return sheets for the current template set + // last so we can enable any custom overrides + // of styles in ancestor sheets + // + return array_reverse($return_array); } -- 2.25.1