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.php11
1 files changed, 10 insertions, 1 deletions
diff --git a/templates/part.nofeeds.php b/templates/part.nofeeds.php
index 3a9c14b14..c1e639321 100644
--- a/templates/part.nofeeds.php
+++ b/templates/part.nofeeds.php
@@ -2,7 +2,16 @@
<div id="firstrun">
<?php echo $l->t('You have no feeds in your reader.') ?>
<div id="selections">
- <input type="button" id="addfeedbtn" value="<?php echo $l->t('Add feed') ?>" />
+ <input type="button" id="addfeedbtn" value="<?php echo $l->t('Add feed') ?>" /><br />
<input type="button" id="importopmlbtn" value="<?php echo $l->t('Import OPML') ?>" />
</div>
+ <div>
+ <?php
+ require_once(OC_App::getAppPath('news') .'/templates/bookmarklet.php');
+ echo $l->t('Or... ');
+ ?>
+ <div>
+ <?php createBookmarklet(); ?>
+ </div>
+ </div>
</div> \ No newline at end of file