Jeremy Newman : add header
Module: appdb Branch: master Commit: 2610d358a88298eab4f158176357f6ef4c1d51b4 URL: http://source.winehq.org/git/appdb.git/?a=commit;h=2610d358a88298eab4f158176... Author: Jeremy Newman <jnewman(a)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>";
participants (1)
-
Jeremy Newman