diff --git a/files_opds/personal.php b/files_opds/personal.php index 2aab169..3ed234d 100644 --- a/files_opds/personal.php +++ b/files_opds/personal.php @@ -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(); diff --git a/files_opds/templates/personal.php b/files_opds/templates/personal.php index 18ecb85..22fd980 100644 --- a/files_opds/templates/personal.php +++ b/files_opds/templates/personal.php @@ -32,8 +32,14 @@
- t('There are %s books on your personal bookshelf', array($_['bookshelf-count']))) ?>  + t('There are %s books on your personal bookshelf', array($_['bookshelf-count']))); ?> 
+
+
+ t("OPDS URL")); ?>: + +
t("Use your Owncloud username and password.")); ?>
+