show license not copyright SPR-794

This commit is contained in:
Andreas Gohr 2017-02-14 11:15:18 +01:00
commit a74658ac49
3 changed files with 1 additions and 3 deletions

View file

@ -14,4 +14,3 @@ $conf['userPage'] = 'user:@USER@:';
$conf['user_ns'] = 'user';
$conf['hideTools'] = 0;
$conf['tasks_page'] = 'dashboard';
$conf['copyright'] = 'CosmoCode 2017';

View file

@ -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');

View file

@ -390,7 +390,7 @@ $classWideContent = ($ACT === "show") ? "": "wide-content ";
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* copyright */
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
echo "© ".tpl_getConf('copyright');
tpl_license('');
?>
</p>
</div>