summaryrefslogtreecommitdiffstats
path: root/templates/part.nofeeds.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.nofeeds.php')
-rw-r--r--templates/part.nofeeds.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/part.nofeeds.php b/templates/part.nofeeds.php
index 409198f3e..5afc5d281 100644
--- a/templates/part.nofeeds.php
+++ b/templates/part.nofeeds.php
@@ -29,11 +29,11 @@
</div>
<div>
<?php
- require_once(OC_App::getAppPath('news') .'/templates/bookmarklet.php');
+ require_once(OC_App::getAppPath('news') .'/templates/subscribelet.php');
echo '<h1>' . $l->t('Or...') . '</h1>';
?>
<div>
- <?php createBookmarklet(); ?>
+ <?php createSubscribelet(); ?>
</div>
</div>
</div> \ No newline at end of file