2011-12-04 19:25:46 +00:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* Copyright (c) 2011 Thomas Tanghus <thomas@tanghus.net>
|
|
|
|
* This file is licensed under the Affero General Public License version 3 or
|
|
|
|
* later.
|
|
|
|
* See the COPYING-README file.
|
|
|
|
*/
|
|
|
|
|
2012-04-17 17:31:29 +00:00
|
|
|
|
2012-05-03 10:23:29 +00:00
|
|
|
OCP\JSON::checkLoggedIn();
|
|
|
|
OCP\JSON::checkAppEnabled('contacts');
|
2011-12-04 19:25:46 +00:00
|
|
|
|
2012-05-06 21:00:36 +00:00
|
|
|
$output = new OCP\Template("contacts", "part.chooseaddressbook");
|
2011-12-04 19:25:46 +00:00
|
|
|
$output -> printpage();
|