Added aside_primary id
This commit is contained in:
parent
cf809f6464
commit
18dc498a6a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user