Removed aside container from output for the admin panel sections

This commit is contained in:
Sarven Capadisli 2010-03-03 15:42:34 -05:00
parent 13713a09bb
commit ef6bf8f331
1 changed files with 10 additions and 0 deletions

View File

@ -189,6 +189,16 @@ class AdminPanelAction extends Action
$this->elementEnd('div');
}
/**
* There is no data for aside, so, we don't output
*
* @return nothing
*/
function showAside()
{
}
/**
* show human-readable instructions for the page, or
* a success/failure on save.