added defaults plugin, repaired navigation edit

This commit is contained in:
Logsol 2013-07-19 12:23:05 +02:00
parent 6b689ae915
commit e6317a6326
4 changed files with 15 additions and 2 deletions

View file

@ -12,6 +12,7 @@ chdir('..');
require_once('library/Katharsis/Bootstrap.php');
Katharsis_Autoload::init();
Katharsis_Controller_Plugin::registerPlugin(new DidgeridooArtwork_Controller_Plugin_Defaults());
Katharsis_Controller_Plugin::registerPlugin(new DidgeridooArtwork_Controller_Plugin_SetNames());
Katharsis_Controller_Plugin::registerPlugin(new Katharsis_Controller_Plugin_StartSession());
Katharsis_Controller_Plugin::registerPlugin(new DidgeridooArtwork_Controller_Plugin_Notice());