From c416ea82d3eab266e378b074dbc96fc1a694049f Mon Sep 17 00:00:00 2001 From: onli Date: Sun, 6 Jun 2021 21:45:26 +0200 Subject: [PATCH] fix: templates did not set the currect custom url PHP 8 compatibility fix --- templates/2k11/admin/templates.inc.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/2k11/admin/templates.inc.tpl b/templates/2k11/admin/templates.inc.tpl index 8df738e6..116d0169 100644 --- a/templates/2k11/admin/templates.inc.tpl +++ b/templates/2k11/admin/templates.inc.tpl @@ -58,7 +58,7 @@ {if $cur_tpl.info.custom_config}{$CONST.CONFIGURATION}{/if} - {if $cur_tpl.info.custom_admin_interface == $CONST.YES and $cur_tpl.info.name != $cur_tpl_backend.info.name}{$CONST.INSTALL}: {$CONST.BACKEND}{/if} + {if $cur_tpl.info.custom_admin_interface == $CONST.YES and $cur_tpl.info.name != $cur_tpl_backend.info.name}{$CONST.INSTALL}: {$CONST.BACKEND}{/if} {if $cur_template_backend}