diff --git a/templates/ktcore/login.smarty b/templates/ktcore/login.smarty index 3779a09..aad025d 100644 --- a/templates/ktcore/login.smarty +++ b/templates/ktcore/login.smarty @@ -54,9 +54,15 @@ {/if}

- {i18n}Access to this service is subject to the KnowledgeTreeLive Terms and Conditions of use.{/i18n}
- {i18n}© 2007 The Jam Warehouse Software (Pty) Ltd. All Rights Reserved{/i18n} -

+ {i18n arg_appname="$appname"}#appname# Version{/i18n} {$versionName}
+ {i18n}Document Management Software{/i18n}
+ {i18n}© 2007 The Jam Warehouse Software (Pty) Ltd.{/i18n}

+ {if ($smallVersion == 'OSS')} + {i18n}This program is free software and published under the GNU General Public License version 3{/i18n}
+ {else} + {i18n}All rights reserved.{/i18n}
+ {/if} +