From 10cad086f6690072881f4cab0cfd1aca3ceb05e6 Mon Sep 17 00:00:00 2001 From: slawkens Date: Sat, 15 Feb 2020 01:55:50 +0100 Subject: [PATCH] Update TODO (templates -> views) --- TODO | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 822b7a7e..50d70d35 100644 --- a/TODO +++ b/TODO @@ -54,7 +54,8 @@ * js/, css/ * images/ * storage/ (all dynamic content like guild images) - * system/ (for php files, twig templates, locales and other classess) + * system/ (for php files, twig views, locales and other classess) + * views (old 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)