flatpress/admin/panels/maintain/admin.maintain.updates.tpl
azett 7e8ddb88b8 Fixed more template errors in order to get everything running with PHP 8.0.
Also: Fixed some tiny PHP errors.
Thanks for reporting, Matthias!
2021-02-13 13:03:09 +01:00

7 lines
233 B
Smarty

<h2>{$panelstrings.head}</h2>
{include file=shared:errorlist.tpl}
{$panelstrings.list|sprintf:$smarty.const.SYSTEM_VER:$sfweb:$stableversion:$fpweb:$unstableversion}
{if $notice}
<h5>{$panelstrings.notice}</h5>
<p>{$notice}</p>
{/if}