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

7 lines
162 B
PHP
Raw Normal View History

<?php
2012-05-06 23:00:36 +02:00
$tmpl = new OCP\Template( 'contacts', 'settings');
2012-10-25 03:34:12 +02:00
$tmpl->assign('addressbooks', OCA\Contacts\Addressbook::all(OCP\USER::getUser()));
2012-07-31 12:21:45 +02:00
$tmpl->printPage();