remove unneeded default which had a horrible backslash in a path
[squirrelmail.git] / class / template / template.class.php
index 72cb532dac9604d310daea2dbcbad389bc68e915..9d307b44b7f07a11f7fa997f472c196a22f0980a 100755 (executable)
@@ -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
+?>