Skip to content
This repository was archived by the owner on May 18, 2021. It is now read-only.

Commit e4e7439

Browse files
author
cammygames
committed
Revert "this is not gonna work"
This reverts commit 1b11bd2.
1 parent 1b11bd2 commit e4e7439

4 files changed

Lines changed: 0 additions & 36 deletions

File tree

Plugins/test/test.php

Lines changed: 0 additions & 13 deletions
This file was deleted.

Plugins/test/views/test.php

Whitespace-only changes.

config/config.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@
4444
array("KOTH", "2503", "188.165.255.190")
4545
);
4646

47-
$navigation_Items = array(
48-
array("Houses", "houses.php", "fa-fw fa-home","P_VIEW_HOUSES")
49-
);
50-
5147
/**
5248
* Levels
5349
*/

views/template.php

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,6 @@ class="img-circle" width="60"></a></p>
126126
}
127127
}
128128
?>
129-
130-
131-
132129
<li class="dropdown">
133130
<a data-toggle="dropdown" class="dropdown-toggle" href="index.php#">
134131
<i class="fa fa-tasks"></i>
@@ -183,22 +180,6 @@ class="img-circle" width="60"></a></p>
183180
</a>
184181
</li>
185182
<?php } ?>
186-
<?php
187-
foreach($navigation_Items as $item)
188-
{
189-
if ($_SESSION['user_level'] >= $item[4])
190-
{
191-
?>
192-
<li>
193-
<a href="<?php echo $item[1];?>">
194-
<i class="fa <?php echo $item[2]; ?>"></i>
195-
<span><?php echo $item[0]; ?></span>
196-
</a>
197-
</li>
198-
<?php
199-
}
200-
}
201-
?>
202183
<li>
203184
<a href="profile.php">
204185
<i class="fa fa-fw fa-user"></i>

0 commit comments

Comments
 (0)