seinheit.ch/library/DidgeridooArtwork/Controller/Plugin/Notice.php
2013-07-08 21:02:22 +02:00

9 lines
No EOL
235 B
PHP

<?php
class DidgeridooArtwork_Controller_Plugin_Notice extends Katharsis_Controller_Plugin_Abstract
{
public function preController()
{
$view = Katharsis_View::getInstance();
$view->notices = DidgeridooArtwork_Notice::get();
}
}