summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-01-27 15:32:59 +0100
committerEvan Prodromou <evan@status.net>2010-01-27 16:34:18 -0500
commit1c875a53952506ca95716992511421d110a37d4d (patch)
tree72cfd072d5f834f9f81707ca10e0bc90b6a52e99 /lib
parente3bd97bfe46ee7d063a45eec282b28faee1ca83f (diff)
Moved rectangle ad into aside and leaderboard to the right in header.
Intention for this layout was to reduce whitespace in header area
Diffstat (limited to 'lib')
-rw-r--r--lib/uapplugin.php15
1 files changed, 14 insertions, 1 deletions
diff --git a/lib/uapplugin.php b/lib/uapplugin.php
index 4364b1e19..69b68f936 100644
--- a/lib/uapplugin.php
+++ b/lib/uapplugin.php
@@ -99,7 +99,7 @@ abstract class UAPPlugin extends Plugin
}
/**
- * Add a leaderboard and/or rectangle in the header
+ * Add a leaderboard in the header
*
* @param Action $action Action being shown
*
@@ -116,6 +116,19 @@ abstract class UAPPlugin extends Plugin
$action->elementEnd('div');
}
+ return true;
+ }
+
+ /**
+ * Add a rectangle before aside sections
+ *
+ * @param Action $action Action being shown
+ *
+ * @return boolean hook flag
+ */
+
+ function onStartShowSections($action)
+ {
if (!is_null($this->rectangle)) {
$action->elementStart('div',
array('id' => 'ad_rectangle',