mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-11-29 11:24:11 +01:00
7 lines
175 B
PHP
7 lines
175 B
PHP
<?php
|
|
|
|
$tmpl = new OCP\Template( 'contacts', 'settings');
|
|
$tmpl->assign('addressbooks', OC_Contacts_Addressbook::all(OCP\USER::getUser()), false);
|
|
|
|
return $tmpl->fetchPage();
|