summaryrefslogtreecommitdiffstats
path: root/web/html/tu.php
diff options
context:
space:
mode:
Diffstat (limited to 'web/html/tu.php')
-rw-r--r--web/html/tu.php10
1 files changed, 1 insertions, 9 deletions
diff --git a/web/html/tu.php b/web/html/tu.php
index fdccdb4..a6aa292 100644
--- a/web/html/tu.php
+++ b/web/html/tu.php
@@ -109,20 +109,12 @@ if ($atype == "Trusted User" || $atype == "Developer") {
$type = __("Current Votes");
$nextresult = 0;
include("tu_list.php");
-?>
-<?php
$result = past_proposal_list($order, $lim);
-
$type = __("Past Votes");
$nextresult = proposal_count();
include("tu_list.php");
-?>
-<div class="box">
- <p><a href="<?= get_uri('/addvote/'); ?>"><?= __("Add Proposal") ?></a></p>
-</div>
- </p>
-<?php
+
$result = last_votes_list();
include("tu_last_votes_list.php");
}