Welcome to mirror list, hosted at ThFree Co, Russian Federation.

settings.php « contacts « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bc57f4a1d05d6bc575967aac5ff4836673db8e0f (plain)
1
2
3
4
5
6
7
<?php

$tmpl = new OCP\Template( 'contacts', 'settings');
$tmpl->assign('addressbooks', OC_Contacts_Addressbook::all(OCP\USER::getUser()), false);

return $tmpl->fetchPage();
?>