From d02438849c2345c01c5a4f72354d5796831084fd Mon Sep 17 00:00:00 2001 From: stevetruckstuff Date: Thu, 24 Aug 2006 20:31:43 +0000 Subject: [PATCH] Template handling is now done in init.php, so this block is no longer needed. In fact, it screws up handling of different templates when users aren't logged in. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11633 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/style.php | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/style.php b/src/style.php index 83744aad..d62f1762 100644 --- a/src/style.php +++ b/src/style.php @@ -33,21 +33,6 @@ if (!isset($fontsets) || !is_array($fontsets)) { $fontsets=array(); } -/** - * get template name and set used template directory - * - * Existing file check has been moved into the template object, so it is - * not neccesary to do file_exists() here. - * */ -if (sqgetGlobalVar('templateid',$templateid,SQ_GET)) { - $sTplDir = SM_PATH.'templates/'.basename($templateid).'/'; -} else { - $sTplDir = SM_PATH.'templates/default/'; -} - -$oTemplate = new Template($sTplDir); -/** end block copy */ - /* set default colors in case color theme is not full */ $color = array(); $color[0] = '#dcdcdc'; // (light gray) TitleBar -- 2.25.1