diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-20 14:11:26 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-20 14:11:26 +0100 |
commit | 79e051a1f216704752e05f5174633abf20dde582 (patch) | |
tree | e55b7f46aad7c8df42534e638b25cdbc258a3c40 /app/config | |
parent | 97a2dd74c872891b694bff0485a0fcc9a82a09e4 (diff) | |
download | wallabag-79e051a1f216704752e05f5174633abf20dde582.tar.gz wallabag-79e051a1f216704752e05f5174633abf20dde582.tar.zst wallabag-79e051a1f216704752e05f5174633abf20dde582.zip |
restructure folders
Diffstat (limited to 'app/config')
-rwxr-xr-x | app/config/config.inc.default.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/config/config.inc.default.php b/app/config/config.inc.default.php index 09095235..f77ef566 100755 --- a/app/config/config.inc.default.php +++ b/app/config/config.inc.default.php | |||
@@ -67,7 +67,7 @@ | |||
67 | @define ('DEFAULT_THEME', 'baggy'); | 67 | @define ('DEFAULT_THEME', 'baggy'); |
68 | 68 | ||
69 | @define ('THEME', ROOT . '/themes'); | 69 | @define ('THEME', ROOT . '/themes'); |
70 | @define ('LOCALE', ROOT . '/src/Wallabag/Wallabag/Resources/translations/locale'); | 70 | @define ('LOCALE', ROOT . '/src/Wallabag/Wallabag/Resources/translations'); |
71 | @define ('CACHE', ROOT . '/app/cache'); | 71 | @define ('CACHE', ROOT . '/app/cache'); |
72 | 72 | ||
73 | @define ('PAGINATION', '12'); | 73 | @define ('PAGINATION', '12'); |