server/apps/bookmarks/settings.php

12 lines
277 B
PHP
Raw Normal View History

2011-10-08 11:11:13 +00:00
<?php
/**
2012-02-22 15:04:17 +00:00
* Copyright (c) 2011 Marvin Thomas Rabe <mrabe@marvinrabe.de>
2011-10-08 11:11:13 +00:00
* 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();