1 2 3 4 5 6 7
<?php OCP\User::checkLoggedIn(); $tmpl = new OCP\Template( 'media', 'settings'); return $tmpl->fetchPage();