summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <BernhardPosselt@users.noreply.github.com>2016-04-13 12:47:13 +0200
committerBernhard Posselt <BernhardPosselt@users.noreply.github.com>2016-04-13 12:47:13 +0200
commit00ca71cc83e9df2c818c2fc8f0d5da5fc1002e88 (patch)
tree2adbe5d405a2a70625af2e1b05fa26f71799491e
parent3a27400996d8c365eba977e00e86257509f6fb9b (diff)
fix #971
-rw-r--r--templates/index.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/index.php b/templates/index.php
index b1e5ed4f3..2e5c464fb 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -73,17 +73,12 @@ foreach (Plugin::getScripts() as $appName => $fileName) {
<script type="text/ng-template" id="audio.html">
<?php print_unescaped($this->inc('part.content.audio')) ?>
</script>
- <script type="text/ng-template" id="articleaction.html">
- <?php print_unescaped($this->inc('part.content.articleaction')) ?>
- </script>
<script type="text/ng-template" id="content.html">
<?php print_unescaped($this->inc('part.content')) ?>
</script>
<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>