Add aside div
This commit is contained in:
parent
2a5da870cb
commit
2c84f077a2
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user