alecpl
2008-06-15 67effe9904d62880ab5bdaaf58b97af7113ed97f
program/include/rcube_template.php
@@ -59,7 +59,7 @@
   // load the correct skin (in case user-defined)
   if (empty($this->config['skin']) || !is_readable('skins/'.$this->config['skin']))
       $this->config['skin'] = $this->config['default_skin'];
       $this->config['skin'] = 'default';
   $this->config['skin_path'] = 'skins/'.$this->config['skin'];