fixed admin navigation css
This commit is contained in:
parent
6f143cc21f
commit
68feb66d08
3 changed files with 9 additions and 54 deletions
|
|
@ -15,7 +15,7 @@ class PageController extends Katharsis_Controller_Abstract
|
|||
{
|
||||
$preview = true;
|
||||
}
|
||||
$method = substr($method, 0, -6);
|
||||
$method = substr($method, 0, -6); // remove Action from urlAction
|
||||
$content = $this->_page->render($method, $preview);
|
||||
|
||||
$content = DidgeridooArtwork_Page_Plugin::render($content);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue