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