From a74658ac4946ac2e1d3bc053e1993b6c9a642592 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Tue, 14 Feb 2017 11:15:18 +0100 Subject: [PATCH] show license not copyright SPR-794 --- conf/default.php | 1 - conf/metadata.php | 1 - main.php | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/conf/default.php b/conf/default.php index be2b208..108f53a 100755 --- a/conf/default.php +++ b/conf/default.php @@ -14,4 +14,3 @@ $conf['userPage'] = 'user:@USER@:'; $conf['user_ns'] = 'user'; $conf['hideTools'] = 0; $conf['tasks_page'] = 'dashboard'; -$conf['copyright'] = 'CosmoCode 2017'; diff --git a/conf/metadata.php b/conf/metadata.php index b8aba0a..f0f0808 100755 --- a/conf/metadata.php +++ b/conf/metadata.php @@ -12,4 +12,3 @@ $meta['userPage'] = array('string'); $conf['user_ns'] = array('string'); $meta['hideTools'] = array('onoff'); $meta['tasks_page'] = array('string'); -$meta['copyright'] = array('string'); diff --git a/main.php b/main.php index 7be6aa7..4527e46 100755 --- a/main.php +++ b/main.php @@ -390,7 +390,7 @@ $classWideContent = ($ACT === "show") ? "": "wide-content "; /* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */ /* copyright */ /* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */ - echo "© ".tpl_getConf('copyright'); + tpl_license(''); ?>