From fda57f3b7c52ea9747e8c132c4571772ab913752 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Sat, 15 Jan 2022 16:41:25 +0100 Subject: Refactor main controller and templates Templates for the public part: - archive/default views are merged into a single set - becomes HTML5 Controller code is reorganized for clarity. Compiled template caching is also fixed and activated when config cache value is > 0. Caching is also given new default larger values. --- custom/views/default/top.tpl.php | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'custom/views/default/top.tpl.php') diff --git a/custom/views/default/top.tpl.php b/custom/views/default/top.tpl.php index 6db425c..ed6e19c 100644 --- a/custom/views/default/top.tpl.php +++ b/custom/views/default/top.tpl.php @@ -1,3 +1,8 @@ - \ No newline at end of file + \ No newline at end of file -- cgit v1.2.1