fix some php8.0 showstoppers

This commit is contained in:
Xkeeper
2024-09-16 23:13:31 -07:00
parent aa9bc5d780
commit eeba015a21
4 changed files with 10 additions and 10 deletions

View File

@@ -100,7 +100,7 @@
background: #$bgcolor$bgimage;
}
". ($loguser['fontsize'] ? "
". (($loguser['fontsize'] ?? false) ? "
body { font-size: $loguser[fontsize]%; }
" : "") ."
@@ -444,7 +444,7 @@
<form action='login.php' method='post' name='logout'><input type='hidden' name='action' value='logout'></form>
<td class='tbl tdbg1 center' colspan=3>$boardtitle";
$header2="
". (!$x_hacks['smallbrowse'] ? "
". (!($x_hacks['smallbrowse'] ?? false) ? "
</td><tr>
<td width='120px' class='tbl tdbg2 center fonts'><nobr>Views: $dispviews<br><img src=images/_.gif width=120 height=1></td>
<td width='100%' class='tbl tdbg2 center fonts'>$headlinks2</td>