From 0440249631164a378981d014bf71b617c082bf5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Wed, 21 Jan 2015 16:04:05 +0100 Subject: move templates into resources --- app/config/config.inc.default.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/config') diff --git a/app/config/config.inc.default.php b/app/config/config.inc.default.php index f77ef566..c837b810 100755 --- a/app/config/config.inc.default.php +++ b/app/config/config.inc.default.php @@ -13,7 +13,7 @@ @define ('STORAGE', 'sqlite'); # postgres, mysql or sqlite -@define ('STORAGE_SQLITE', ROOT . '/app/db/poche.sqlite'); # if you are using sqlite, where the database file is located +@define ('STORAGE_SQLITE', ROOT . '/app/db/poche.sqlite'); # if you are using sqlite, where me database file is located # only for postgres & mysql @define ('STORAGE_SERVER', 'localhost'); @@ -66,7 +66,7 @@ @define ('DEFAULT_THEME', 'baggy'); -@define ('THEME', ROOT . '/themes'); +@define ('THEME', ROOT . '/src/Wallabag/Wallabag/Resources/views'); @define ('LOCALE', ROOT . '/src/Wallabag/Wallabag/Resources/translations'); @define ('CACHE', ROOT . '/app/cache'); -- cgit v1.2.3