diff options
Diffstat (limited to 'web/html')
-rw-r--r-- | web/html/tu.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/html/tu.php b/web/html/tu.php index e2f7712..d221619 100644 --- a/web/html/tu.php +++ b/web/html/tu.php @@ -134,6 +134,8 @@ if ($atype == "Trusted User" || $atype == "Developer") { <?php endif; ?> </div> <?php + $result = last_votes_list(); + include("tu_last_votes_list.php"); } } else { |