summaryrefslogtreecommitdiffstats
path: root/templates/settings.php
diff options
context:
space:
mode:
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