summaryrefslogtreecommitdiffstats
path: root/apps/bookmarks/settings.php
blob: 0ace04fa2c8e3efe0b6fb481b105a21f4ae772e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
/**
 * Copyright (c) 2011 Marvin Thomas Rabe <m.rabe@echtzeitraum.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');

//OC_Util::addScript('bookmarks','settings');

return $tmpl->fetchPage();