summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/admin.php19
1 files changed, 19 insertions, 0 deletions
diff --git a/templates/admin.php b/templates/admin.php
index 672ea8d64..9f2a815ac 100644
--- a/templates/admin.php
+++ b/templates/admin.php
@@ -103,6 +103,25 @@ style('news', 'admin');
<p><input type="text" name="news-feed-fetcher-timeout"
value="<?php p($_['feedFetcherTimeout']); ?>"></p>
</div>
+ <div class="form-line">
+ <p>
+ <label for="news-explore-url">
+ <?php p($l->t('Explore Service URL')); ?>
+ </label>
+ </p>
+ <p>
+ <em>
+ <?php p($l->t(
+ 'If given, this service\'s URL will be queried for ' .
+ 'displaying the feeds in the explore feed section. To ' .
+ 'fall back to the built in explore service, leave this ' .
+ 'input empty'
+ )); ?>
+ </em>
+ </p>
+ <p><input type="text" name="news-explore-url"
+ value="<?php p($_['exploreUrl']); ?>"></p>
+ </div>
<div id="news-saved-message">
<span class="msg success"><?php p($l->t('Saved')); ?></span>
</div>