show license not copyright SPR-794
This commit is contained in:
parent
fa2e06046c
commit
a74658ac49
3 changed files with 1 additions and 3 deletions
|
@ -14,4 +14,3 @@ $conf['userPage'] = 'user:@USER@:';
|
|||
$conf['user_ns'] = 'user';
|
||||
$conf['hideTools'] = 0;
|
||||
$conf['tasks_page'] = 'dashboard';
|
||||
$conf['copyright'] = 'CosmoCode 2017';
|
||||
|
|
|
@ -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');
|
||||
|
|
2
main.php
2
main.php
|
@ -390,7 +390,7 @@ $classWideContent = ($ACT === "show") ? "": "wide-content ";
|
|||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||
/* copyright */
|
||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||
echo "© ".tpl_getConf('copyright');
|
||||
tpl_license('');
|
||||
?>
|
||||
</p>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue