From 73c1ebc6fd522be5ae712c058a02e105592c0f95 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Thu, 20 Sep 2018 21:02:55 -0400 Subject: [PATCH] [frio] Move relevant code to new footer.tpl --- view/theme/frio/php/default.php | 22 +--------------------- view/theme/frio/templates/footer.tpl | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 21 deletions(-) create mode 100644 view/theme/frio/templates/footer.tpl diff --git a/view/theme/frio/php/default.php b/view/theme/frio/php/default.php index cb68328531..d9ecb7cf0d 100644 --- a/view/theme/frio/php/default.php +++ b/view/theme/frio/php/default.php @@ -138,27 +138,7 @@ if (!isset($minimal)) { diff --git a/view/theme/frio/templates/footer.tpl b/view/theme/frio/templates/footer.tpl new file mode 100644 index 0000000000..4d58ff888c --- /dev/null +++ b/view/theme/frio/templates/footer.tpl @@ -0,0 +1,23 @@ + + + + +
+ +{{foreach $footerScripts as $scriptUrl}} + +{{/foreach}}