Fixes Notice: Undefined offset: 0 in /view/theme/frio/php/default.php on line 128

Esse commit está contido em:
Michael 2020-09-19 03:38:14 +00:00
commit 07f10784ca
1 arquivos alterados com 1 adições e 1 exclusões

Ver arquivo

@ -125,7 +125,7 @@ $is_singleuser_class = $is_singleuser ? "is-singleuser" : "is-not-singleuser";
<div class="col-lg-7 col-md-7 col-sm-12 col-xs-12" id="content">
<section class="sectiontop ';
echo $a->argv[0];
echo $a->argv[0] ?? '';
echo '-content-wrapper">';
if (!empty($page['content'])) {
echo $page['content'];