1 2 3 4 5 6 7
<?php require_once('lib_remoteStorage.php'); $tmpl = new OC_Template( 'remoteStorage', 'settings'); return $tmpl->fetchPage(); ?>