summaryrefslogtreecommitdiffstats
path: root/apps/bookmarks/settings.php
blob: 9d945f64dadc0a20ac8b011240c3bd543e30a34e (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 OC_Template( 'bookmarks', 'settings');

return $tmpl->fetchPage();