From 49ea2d20b8856860c35d969ed71a508a0e789229 Mon Sep 17 00:00:00 2001 From: kink Date: Sun, 29 Jan 2006 12:14:58 +0000 Subject: [PATCH] remove unneeded default which had a horrible backslash in a path git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10610 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- class/template/template.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/class/template/template.class.php b/class/template/template.class.php index 72cb532d..9d307b44 100755 --- a/class/template/template.class.php +++ b/class/template/template.class.php @@ -40,14 +40,14 @@ class Template * * @var string */ - var $template_dir = 'templates\default'; + var $template_dir = ''; /** * Constructor * * @param string $sTplDir where the template set is located */ - function Template($sTplDir = 'templates\default') { + function Template($sTplDir) { $this->template_dir = $sTplDir; } @@ -185,4 +185,4 @@ class Template } -?> \ No newline at end of file +?> -- 2.25.1