From 4d0d601127c8a7ff4a3e1fd602997dad5d92a795 Mon Sep 17 00:00:00 2001 From: slawkens1 Date: Sat, 31 Mar 2018 19:41:36 +0200 Subject: [PATCH] * updated TODO (change layouts/templates to themes in 2.0) --- TODO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index b33c7343..acd83cbd 100644 --- a/TODO +++ b/TODO @@ -50,12 +50,12 @@ * images/ * storage/ (all dynamic content like guild images) * system/ (for php files, twig templates, locales and other classess) - * rename templates to layouts as templates is meant to be used for twig templates + * rename templates to themes as templates is meant to be used for twig templates * change gifts_system to shop_system configurable * move most used options in system/templates dir to separate directories (more transparent) * move database fields to separate tables without modifing the OTServ schema (myaac_accounts, myaac_players) * fundamental changes in Twig: - * add option to write layouts in Twig + * add option to write themes in Twig * change twig global config variable to config('name') function * this fixes when config gets updated at run-time * change constants: BASE_URL to base_url(), USE_ACCOUNT_NAME to config