2011-12-04 23:25:46 +04: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 21:31:29 +04:00
|
|
|
|
2011-12-16 20:42:07 +04:00
|
|
|
OC_JSON::checkLoggedIn();
|
2011-12-04 23:25:46 +04:00
|
|
|
OC_JSON::checkAppEnabled('contacts');
|
|
|
|
|
|
|
|
$output = new OC_TEMPLATE("contacts", "part.chooseaddressbook");
|
|
|
|
$output -> printpage();
|