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: a079499381bd70ab5db25e0532bec92de4b0a0fa (plain)
1
2
3
4
5
6
<?php

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

return $tmpl->fetchPage();