diff options
author | Evan Prodromou <evan@status.net> | 2010-01-27 10:44:49 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-01-27 16:34:18 -0500 |
commit | ea123800e991352d862c05a2f81e82ef53e72eeb (patch) | |
tree | cb6c42a86f3b164ad7d916e83125ba52671d4f30 | |
parent | 1c875a53952506ca95716992511421d110a37d4d (diff) |
move leaderboard to after the header
-rw-r--r-- | lib/uapplugin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/uapplugin.php b/lib/uapplugin.php index 69b68f936..e3801f08a 100644 --- a/lib/uapplugin.php +++ b/lib/uapplugin.php @@ -106,7 +106,7 @@ abstract class UAPPlugin extends Plugin * @return boolean hook flag */ - function onStartShowHeader($action) + function onEndShowHeader($action) { if (!is_null($this->leaderboard)) { $action->elementStart('div', |