1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-11-29 11:24:11 +01:00
OwncloudContactsOfficial/settings.php

7 lines
168 B
PHP
Raw Normal View History

<?php
2012-05-06 23:00:36 +02:00
$tmpl = new OCP\Template( 'contacts', 'settings');
2012-07-08 17:52:57 +02:00
$tmpl->assign('addressbooks', OC_Contacts_Addressbook::all(OCP\USER::getUser()), false);
2012-07-31 12:21:45 +02:00
$tmpl->printPage();