Jeremy Newman : add header

Jeremy Newman jnewman at winehq.org
Mon Nov 21 08:38:09 CST 2016


Module: appdb
Branch: master
Commit: 2610d358a88298eab4f158176357f6ef4c1d51b4
URL:    http://source.winehq.org/git/appdb.git/?a=commit;h=2610d358a88298eab4f158176357f6ef4c1d51b4

Author: Jeremy Newman <jnewman at codeweavers.com>
Date:   Fri Nov 18 10:57:08 2016 -0600

add header

---

 votestats.php | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/votestats.php b/votestats.php
index eba3279..938ff5a 100644
--- a/votestats.php
+++ b/votestats.php
@@ -20,6 +20,8 @@ if(empty($aClean['iCategoryId']))
 
 apidb_header("Vote Stats - Top ".$aClean['iTopNumber']." Applications");
 
+echo "<h1 class=\"whq-app-title\">Vote Stats - Top ".$aClean['iTopNumber']." Applications</h1>\n";
+
 /* display the selection for the top number of apps to view */
 echo "<form method=\"post\" name=\"sMessage\" action=\"".$_SERVER['PHP_SELF']."\">";
 echo "<b>Number of top apps to display:</b>";




More information about the wine-cvs mailing list