1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2024-12-02 06:24:11 +01:00
OwncloudBookmarksOfficial/settings.php

12 lines
278 B
PHP
Raw Normal View History

2011-10-08 13:11:13 +02:00
<?php
/**
2012-02-22 16:04:17 +01:00
* Copyright (c) 2011 Marvin Thomas Rabe <mrabe@marvinrabe.de>
2011-10-08 13:11:13 +02:00
* This file is licensed under the Affero General Public License version 3 or
* later.
* See the COPYING-README file.
*/
2012-05-06 23:00:36 +02:00
$tmpl = new OCP\Template( 'bookmarks', 'settings');
2011-10-08 13:11:13 +02:00
return $tmpl->fetchPage();