move templates into resources

This commit is contained in:
Nicolas Lœuillet
2015-01-21 16:04:05 +01:00
parent 3eb951572d
commit 0440249631
229 changed files with 9 additions and 12 deletions

View File

@ -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');