summaryrefslogtreecommitdiffstats
path: root/templates/index.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-12-17 10:43:14 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-12-17 10:43:14 +0100
commitaf95556560f2474ca504218c0a18eef267e7cd16 (patch)
tree62d91326c8a4542b4588a630802a55cd58fd8c0e /templates/index.php
parent86b27436e7845f29a3673cdf8992301e8f865493 (diff)
add article action plugins
Diffstat (limited to 'templates/index.php')
-rw-r--r--templates/index.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/index.php b/templates/index.php
index 2abd289ed..7862aab77 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -72,6 +72,9 @@ if (defined('DEBUG') && DEBUG === true) {
</div>
<!-- content -->
+ <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>