Fixes Notice: Undefined offset: 0 in /view/theme/frio/php/default.php on line 128
This commit is contained in:
parent
84a9a5b174
commit
07f10784ca
|
@ -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'];
|
||||
|
|
Loading…
Reference in New Issue
Block a user