diff --git a/appinfo/app.php b/appinfo/app.php index 98416ead..fc7b3769 100644 --- a/appinfo/app.php +++ b/appinfo/app.php @@ -17,3 +17,6 @@ OC_App::addNavigationEntry( array( 'href' => OC_Helper::linkTo( 'contacts', 'index.php' ), 'icon' => OC_Helper::imagePath( 'settings', 'users.svg' ), 'name' => 'Contacts' )); + + +OC_APP::registerPersonal('contacts','settings'); diff --git a/settings.php b/settings.php new file mode 100644 index 00000000..b8812882 --- /dev/null +++ b/settings.php @@ -0,0 +1,6 @@ +fetchPage(); +?> diff --git a/templates/settings.php b/templates/settings.php new file mode 100644 index 00000000..29e6f159 --- /dev/null +++ b/templates/settings.php @@ -0,0 +1,7 @@ +
+
+ Contacts
+ CardDAV Syncing URL: +
+
+