From: sarven Date: Thu, 15 Jan 2009 22:00:48 +0000 (+0000) Subject: Added aside_primary id X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=18dc498a6a7308bb9b5f41bdb33fca4addf8d80b;p=quix0rs-gnu-social.git Added aside_primary id --- diff --git a/lib/action.php b/lib/action.php index 76962482f5..773b0dce9c 100644 --- a/lib/action.php +++ b/lib/action.php @@ -338,10 +338,11 @@ class Action extends HTMLOutputter // lawsuit function showAside() { - $this->elementStart('div', 'aside'); + $this->elementStart('div', array('id' => 'aside_primary', + 'class' => 'aside')); $this->showExportData(); $this->showSections(); - $this->elementEnd('div'); + $this->elementEnd('div'); } // MAY overload if there are feeds