mirror of
https://github.com/nextcloud/server.git
synced 2026-02-16 17:30:55 -05:00
6 lines
168 B
PHP
6 lines
168 B
PHP
<?php
|
|
|
|
$tmpl = new OCP\Template( 'contacts', 'settings');
|
|
$tmpl->assign('addressbooks', OC_Contacts_Addressbook::all(OCP\USER::getUser()), false);
|
|
|
|
$tmpl->printPage();
|