summaryrefslogtreecommitdiffstats
path: root/templates/settings.php
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-08-17 22:54:54 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-08-17 22:54:54 -0400
commit30fcd3949cd8bc74be9debd6fe8c53015dc06798 (patch)
tree5f4aefbdb6218ceffd133e0945829930b1ed99dd /templates/settings.php
parent9d56198d1aac420287bf52400bb4d7160566463d (diff)
bookmarkelet working now
Diffstat (limited to 'templates/settings.php')
-rw-r--r--templates/settings.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/settings.php b/templates/settings.php
index b063fc1ed..3dea8fd9d 100644
--- a/templates/settings.php
+++ b/templates/settings.php
@@ -13,4 +13,13 @@
<dd>
<button id="exportbtn" title="<?php echo $l->t('Download OPML'); ?>">Download OPML</button>
</dd>
+ <dt><?php echo $l->t('Subscribelet'); ?></dt>
+ <dd>
+ <?php
+ require_once(OC_App::getAppPath('news') .'/templates/subscribelet.php');
+ createSubscribelet();
+ ?>
+ <div>
+ <?php ?>
+ </dd>
</dl> \ No newline at end of file