PHP 7.0 compatibility (short tags replaced by normal)
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<? require_once('./templates/admin/overall_header.tpl.php'); ?>
|
||||
<?php require_once('./templates/admin/overall_header.tpl.php'); ?>
|
||||
<div id="content">
|
||||
<br>
|
||||
<a href="index.php?mode=admin&submode=addcat" class="btn" style="width: 130px; float: left">New Category</a>
|
||||
<a href="index.php?mode=admin&submode=addforum" class="btn" style="width: 130px; float: right">New Forum</a>
|
||||
<div style="clear: both"> </div>
|
||||
<?
|
||||
<?php
|
||||
for ($i=0; $i<count($this->TPL['forums_list']); $i++)
|
||||
{
|
||||
if ($i > 0)
|
||||
@@ -62,8 +62,8 @@
|
||||
}
|
||||
}
|
||||
?>
|
||||
<? if (count($this->TPL['forums_list']) > 0) echo '</div>'; ?>
|
||||
<?php if (count($this->TPL['forums_list']) > 0) echo '</div>'; ?>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
<? require_once('./templates/overall_footer.tpl.php'); ?>
|
||||
<?php require_once('./templates/overall_footer.tpl.php'); ?>
|
||||
Reference in New Issue
Block a user