From 873e05538e119559a0c57b178eb2f3c28c288032 Mon Sep 17 00:00:00 2001 From: slawkens Date: Fri, 26 Jan 2018 09:06:13 +0100 Subject: [PATCH] * updated TODO (some Twig improvements in 2.0) --- TODO | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 62c1847f..da80e034 100644 --- a/TODO +++ b/TODO @@ -42,7 +42,11 @@ * 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) - * add option to write templates in Twig + * fundamental changes in Twig: + * add option to write layouts in Twig + * change twig config global variable to config('name') function + * this fixes when config gets updated at run-time + * change constant('BASE_URL') to base_url() At any time between (version not specified): * better news archive with search function (like on tibia.com)