. * */ require_once 'lib/impress.php'; OCP\User::checkLoggedIn(); OCP\JSON::checkAppEnabled('impress'); OCP\Util::addStyle( 'impress', 'style' ); OCP\App::setActiveNavigationEntry( 'impress_index' ); $list=\OCA_Impress\Storage::getPresentations(); $tmpl = new OCP\Template('impress', 'presentations', 'user'); $tmpl->assign('list', $list); $tmpl->printPage();