summaryrefslogtreecommitdiffstats
path: root/apps/contacts/settings.php
blob: c88fed0b4d6c1882bd81cc2c88fedf77c3315907 (plain)
1
2
3
4
5
6
<?php

$tmpl = new OCP\Template( 'contacts', 'settings');

return $tmpl->fetchPage();
?>