Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.php')
-rw-r--r--templates/index.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/index.php b/templates/index.php
index d6c713aaa..b1e5ed4f3 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -82,6 +82,8 @@ foreach (Plugin::getScripts() as $appName => $fileName) {
<script type="text/ng-template" id="shortcuts.html">
<?php print_unescaped($this->inc('part.content.shortcuts')) ?>
</script>
+ <?php print_unescaped($this->inc('part.content.subscription')) ?>
+ </script>
<script type="text/ng-template" id="explore.html">
<?php print_unescaped($this->inc('part.content.explore')) ?>
</script>