* @author John Molakvoæ (skjnldsv) * * @license GNU AGPL version 3 or any later version * * This is the default empty template to load Vue! * Do your cbackend computations into a php files * then serve this file as template and include your data into * the $serverData template variable * * $tmpl = new OC_Template('settings', 'settings', 'user'); * $tmpl->assign('serverData', $serverData); * $tmpl->printPage(); */ script('settings', 'main'); style('settings', 'settings'); // Did we have some data to inject ? if(is_array($_['serverData'])) { ?>