mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-01-31 02:21:36 +00:00
Empty commit
This commit is contained in:
parent
5b80249db6
commit
0d1974337f
@ -136,7 +136,7 @@
|
||||
$i++;
|
||||
?>
|
||||
<tr>
|
||||
<td colspan="5">
|
||||
<td colspan="5" class="forum_cat">
|
||||
<strong><?=$ForumCats[$Forum['CategoryID']]?></strong>
|
||||
<a href="#" class="brackets forum_category" id="forum_category_<?=$i?>">Check all</a>
|
||||
</td>
|
||||
|
@ -423,7 +423,7 @@
|
||||
foreach ($Categories as $CatKey => $CatName) {
|
||||
if ($x % 8 === 0 || $x === 1) {
|
||||
?>
|
||||
<tr class="cat_list">
|
||||
<tr>
|
||||
<? } ?>
|
||||
<td>
|
||||
<input type="checkbox" name="filter_cat[<?=($CatKey + 1) ?>]" id="cat_<?=($CatKey + 1) ?>" value="1"<? if (isset($_GET['filter_cat'][$CatKey + 1])) { ?> checked="checked"<? } ?> />
|
||||
|
Loading…
Reference in New Issue
Block a user