mirror of
https://github.com/Yetangitu/owncloud-apps.git
synced 2025-10-02 14:49:17 +02:00
Include instructions on how to connect to the feed in the personal settings page
This commit is contained in:
parent
9a1383e046
commit
bd7e999e7e
2 changed files with 8 additions and 1 deletions
|
@ -19,6 +19,7 @@ $tmpl->assign('opdsEnable-value', ($opdsEnable === 'true') ? '1' : '0');
|
|||
$tmpl->assign('rootPath', Config::get('root_path', '/Library'));
|
||||
$tmpl->assign('fileTypes', Config::get('file_types', ''));
|
||||
$tmpl->assign('bookshelf-count', Bookshelf::count());
|
||||
$tmpl->assign('feedUrl', \OC_Helper::linkToAbsolute('','index.php') . '/apps/files_opds/');
|
||||
|
||||
return $tmpl->fetchPage();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue