summaryrefslogtreecommitdiff
path: root/lib/tpl/dokuwiki/pagefooter.html
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tpl/dokuwiki/pagefooter.html')
-rw-r--r--lib/tpl/dokuwiki/pagefooter.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/tpl/dokuwiki/pagefooter.html b/lib/tpl/dokuwiki/pagefooter.html
new file mode 100644
index 000000000..a361c4d69
--- /dev/null
+++ b/lib/tpl/dokuwiki/pagefooter.html
@@ -0,0 +1,4 @@
+<?php
+
+$plg = plugin_load('action', 'feedback');
+if($plg) $plg->tpl();