Add aside div

This commit is contained in:
Evan Prodromou 2009-01-15 21:39:48 +00:00
parent 2a5da870cb
commit 2c84f077a2
1 changed files with 2 additions and 0 deletions

View File

@ -338,8 +338,10 @@ class Action extends HTMLOutputter // lawsuit
function showAside() function showAside()
{ {
$this->elementStart('div', 'aside');
$this->showExportData(); $this->showExportData();
$this->showSections(); $this->showSections();
$this->elementEnd('div');
} }
// MAY overload if there are feeds // MAY overload if there are feeds