Commit cc1bdc93b355723cecd521cc16a9a986eb6f6083

Authored by bryndivey
1 parent 953c5948

Small change to login page


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5545 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 4 additions and 1 deletions
templates/ktcore/login.smarty
... ... @@ -51,7 +51,10 @@
51 51 </div>
52 52 {/if}
53 53  
54   - <p class="descriptiveText version">KnowledgeTree {i18n} Version{/i18n}<br />{$versionName}</p>
  54 + <p class="descriptiveText version">
  55 + {i18n}KnowledgeTree Version{/i18n}<br />{$versionName}<br/>
  56 + {i18n}&copy; 2006 <a href="http://www.ktdms.com/">The Jam Warehouse Software (Pty) Ltd.</a> All Rights Reserved{/i18n}
  57 + </p>
55 58  
56 59  
57 60 </div>
... ...