* @author Bernhard Posselt * @copyright Alessandro Cosentino 2012 * @copyright Bernhard Posselt 2012, 2014 */ namespace OCA\News\Admin; use OCA\News\AppInfo\Application; $app = new Application(); $container = $app->getContainer(); $response = $container->query('OCA\News\Controller\AdminController')->index(); return $response->render();