Added aside_primary id

This commit is contained in:
sarven 2009-01-15 22:00:48 +00:00
parent cf809f6464
commit 18dc498a6a
1 changed files with 3 additions and 2 deletions

View File

@ -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