aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-01-21 16:04:05 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-01-21 16:04:05 +0100
commit0440249631164a378981d014bf71b617c082bf5a (patch)
tree740d4e798c954374f115927ebc434d393368ab46 /app/config
parent3eb951572d3f22ad37395afceb4a739ad8cd0fd6 (diff)
downloadwallabag-0440249631164a378981d014bf71b617c082bf5a.tar.gz
wallabag-0440249631164a378981d014bf71b617c082bf5a.tar.zst
wallabag-0440249631164a378981d014bf71b617c082bf5a.zip
move templates into resources
Diffstat (limited to 'app/config')
-rwxr-xr-xapp/config/config.inc.default.php4
1 files changed, 2 insertions, 2 deletions
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 @@
13 13
14@define ('STORAGE', 'sqlite'); # postgres, mysql or sqlite 14@define ('STORAGE', 'sqlite'); # postgres, mysql or sqlite
15 15
16@define ('STORAGE_SQLITE', ROOT . '/app/db/poche.sqlite'); # if you are using sqlite, where the database file is located 16@define ('STORAGE_SQLITE', ROOT . '/app/db/poche.sqlite'); # if you are using sqlite, where me database file is located
17 17
18# only for postgres & mysql 18# only for postgres & mysql
19@define ('STORAGE_SERVER', 'localhost'); 19@define ('STORAGE_SERVER', 'localhost');
@@ -66,7 +66,7 @@
66 66
67@define ('DEFAULT_THEME', 'baggy'); 67@define ('DEFAULT_THEME', 'baggy');
68 68
69@define ('THEME', ROOT . '/themes'); 69@define ('THEME', ROOT . '/src/Wallabag/Wallabag/Resources/views');
70@define ('LOCALE', ROOT . '/src/Wallabag/Wallabag/Resources/translations'); 70@define ('LOCALE', ROOT . '/src/Wallabag/Wallabag/Resources/translations');
71@define ('CACHE', ROOT . '/app/cache'); 71@define ('CACHE', ROOT . '/app/cache');
72 72