core uses id
This commit is contained in:
parent
8521cc6219
commit
4f3f23c61a
@ -287,7 +287,7 @@ class Action extends HTMLOutputter // lawsuit
|
|||||||
|
|
||||||
function showCore()
|
function showCore()
|
||||||
{
|
{
|
||||||
$this->elementStart('div', array('class' => 'core'));
|
$this->elementStart('div', array('id' => 'core'));
|
||||||
$this->showLocalNav();
|
$this->showLocalNav();
|
||||||
$this->showContentBlock();
|
$this->showContentBlock();
|
||||||
$this->showAside();
|
$this->showAside();
|
||||||
|
Loading…
Reference in New Issue
Block a user