summaryrefslogtreecommitdiffstats
path: root/apps/bookmarks/settings.php
blob: 6db361763301e7ec36180aea4d8407236dca6d8c (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
/**
 * Copyright (c) 2011 Marvin Thomas Rabe <mrabe@marvinrabe.de>
 * This file is licensed under the Affero General Public License version 3 or
 * later.
 * See the COPYING-README file.
 */

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

return $tmpl->fetchPage();