diff --git a/library/includes/template.php b/library/includes/template.php index b1bb8b6d..376ce119 100644 --- a/library/includes/template.php +++ b/library/includes/template.php @@ -127,11 +127,11 @@ class Template $this->lang =& $lang; $this->use_cache = $bb_cfg['xs_use_cache']; - // Check template exists - if (!file_exists($this->root) || !is_dir($this->root)) - { - die("Theme ({$this->tpl}) directory not found"); - } + // Check template exists + if (!file_exists($this->root) || !is_dir($this->root)) + { + die("Theme ({$this->tpl}) directory not found"); + } } /**