]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/ApplicationUtils.php
Change templates set through administration UI
[github/shaarli/Shaarli.git] / application / ApplicationUtils.php
index 7f963e9786cc50901863789341bc802ed1e22403..a0f482b0b9791e0f4c1e28b5406dc4895459a239 100644 (file)
@@ -150,6 +150,7 @@ class ApplicationUtils
             'inc',
             'plugins',
             $conf->get('resource.raintpl_tpl'),
+            $conf->get('resource.raintpl_tpl').'/'.$conf->get('resource.theme'),
         ) as $path) {
             if (! is_readable(realpath($path))) {
                 $errors[] = '"'.$path.'" directory is not readable';