diff options
author | Andreas Gohr <andi@splitbrain.org> | 2008-10-12 13:31:50 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2008-10-12 13:31:50 +0200 |
commit | 066fee3089513b988d1beac2040e32a365921310 (patch) | |
tree | e20413f725f57ec6071c66b745fc25bea2e08b55 /lib/tpl/default/main.php | |
parent | 7aedde2e62651d550e6213d3852447b26255e8de (diff) | |
download | rpg-066fee3089513b988d1beac2040e32a365921310.tar.gz rpg-066fee3089513b988d1beac2040e32a365921310.tar.bz2 |
Make license selectable from config FS#312
darcs-hash:20081012113150-7ad00-6408da058bdb6c923159d445e03b76f54b579362.gz
Diffstat (limited to 'lib/tpl/default/main.php')
-rw-r--r-- | lib/tpl/default/main.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/tpl/default/main.php b/lib/tpl/default/main.php index 3982618df..5fd3dba65 100644 --- a/lib/tpl/default/main.php +++ b/lib/tpl/default/main.php @@ -128,6 +128,8 @@ if (!defined('DOKU_INC')) die(); </div> + <?php tpl_license(false);?> + </div> <?php /*old includehook*/ @include(dirname(__FILE__).'/footer.html')?> |