From: kink Date: Sun, 29 Jan 2006 12:14:58 +0000 (+0000) Subject: remove unneeded default which had a horrible backslash in a path X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=49ea2d20b8856860c35d969ed71a508a0e789229;p=squirrelmail.git 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 --- 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 +?>