diff options
author | Andreas Gohr <andi@splitbrain.org> | 2015-05-25 10:00:47 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2015-05-25 10:01:19 +0200 |
commit | 5114259bf530b89afbb21bd693b1da3f96016b7f (patch) | |
tree | e17ab1335899680fdbb04e3144699ef897f20382 /lib/tpl | |
parent | f969573b0f1e999e5252c3671da9a8b6ac0bbd38 (diff) | |
download | rpg-5114259bf530b89afbb21bd693b1da3f96016b7f.tar.gz rpg-5114259bf530b89afbb21bd693b1da3f96016b7f.tar.bz2 |
removed accidental checkin
Diffstat (limited to 'lib/tpl')
-rw-r--r-- | lib/tpl/dokuwiki/pagefooter.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/tpl/dokuwiki/pagefooter.html b/lib/tpl/dokuwiki/pagefooter.html deleted file mode 100644 index a361c4d69..000000000 --- a/lib/tpl/dokuwiki/pagefooter.html +++ /dev/null @@ -1,4 +0,0 @@ -<?php - -$plg = plugin_load('action', 'feedback'); -if($plg) $plg->tpl(); |