Removed unnecessary empty containers (page_notice, aside, local

navigation)
This commit is contained in:
sarven 2009-01-19 17:12:35 +00:00
parent 77a9b4b758
commit a5f3e3b759
1 changed files with 35 additions and 0 deletions

View File

@ -180,6 +180,18 @@ class ShownoticeAction extends Action
$this->showPage(); $this->showPage();
} }
/**
* Don't show local navigation
*
* @return void
*/
function showLocalNavBlock()
{
}
/** /**
* Fill the content area of the page * Fill the content area of the page
* *
@ -196,6 +208,29 @@ class ShownoticeAction extends Action
$this->elementEnd('ul'); $this->elementEnd('ul');
} }
/**
* Don't show page notice
*
* @return void
*/
function showPageNoticeBlock()
{
}
/**
* Don't show aside
*
* @return void
*/
function showAside() {
}
/** /**
* Extra <head> content * Extra <head> content
* *