-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathp_voice.php
40 lines (39 loc) · 925 Bytes
/
p_voice.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?php
defined('GEU_INDEX') || die('This is probably not what you\'re looking for...');
/*if(!($voiceboard = @file_get_contents('http://oxid.filipebrito.com/gather.eu/gather_vote.php?open=votes'))) {
$voiceboard = '<tr><td>Votes are offline</td></tr>';
}*/
?>
<div class="left_box">
<div class="green">
<h2>RECENTLY PROMOTED</h2>
</div> <!-- /red -->
<div class="content">
Puure<br>
shredder<br>
kooka<br>
DrK<br>
</div> <!-- /content -->
</div> <!-- /left_box -->
<div class="right_box">
<!--<div class="blue">
<table class="board">
<tr>
<th>VOTES IN PROGRESS</th>
<th style="width:50px">YES</th>
<th style="width:50px">NO</th>
</tr>
</table>
</div>--> <!-- /blue -->
<!--<div class="content">
<table class="board">
<colgroup>
<col>
<col style="width:50px">
<col style="width:50px">
</colgroup>
<?php /*echo $voiceboard;*/ ?>
</table>
</div>--> <!-- /content -->
<?php include('s_voice.php'); ?>
</div> <!-- /right_box -->