This website requires JavaScript.
Explore
Help
Register
Sign In
rooty
/
OwncloudContactsOfficial
Watch
1
Star
0
Fork
0
You've already forked OwncloudContactsOfficial
mirror of
https://github.com/owncloudarchive/contacts.git
synced
2024-11-29 11:24:11 +01:00
Code
Issues
Releases
Activity
fce46bbe95
OwncloudContactsOfficial
/
settings.php
7 lines
89 B
PHP
Raw
Normal View
History
Unescape
Escape
show the syncing and ampache urls on the settings page. not very pretty but otherwise the user has no way to configure the desktop integration
2011-09-28 16:05:01 +02:00
<
?
php
ported the oc_template class
2012-05-06 23:00:36 +02:00
$tmpl
=
new
OCP\Template
(
'contacts'
,
'settings'
);
show the syncing and ampache urls on the settings page. not very pretty but otherwise the user has no way to configure the desktop integration
2011-09-28 16:05:01 +02:00
return
$tmpl
->
fetchPage
();
?>
Reference in New Issue
Copy Permalink