fixed admin navigation css

This commit is contained in:
jeena 2013-07-10 12:15:24 +02:00
parent 6f143cc21f
commit 68feb66d08
3 changed files with 9 additions and 54 deletions

View file

@ -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);