mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-20 10:11:00 +00:00
update
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -26,7 +26,7 @@ foreach($show_topic as $topi) {
|
|||||||
<th>Move topic</td>
|
<th>Move topic</td>
|
||||||
<td><select class="dropdown" name="fid">
|
<td><select class="dropdown" name="fid">
|
||||||
<?php
|
<?php
|
||||||
$show_cat = $database->ForumCat();
|
$show_cat = $database->ForumCat($session->alliance);
|
||||||
foreach($show_cat as $cats) {
|
foreach($show_cat as $cats) {
|
||||||
if($cats['id'] == $_GET['idf']){
|
if($cats['id'] == $_GET['idf']){
|
||||||
echo '<option value="'.$cats['id'].'" selected>'.$cats['forum_name'].'</option>';
|
echo '<option value="'.$cats['id'].'" selected>'.$cats['forum_name'].'</option>';
|
||||||
|
|||||||
Reference in New Issue
Block a user