Commit 9501513b2f36c35531353206ff9dc042c3bf6aac
1 parent
8ce65352
KTS-1690
"Fix KTDMS to KnowledgeTree in some templates" Fixed. Reviewed by: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6243 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
templates/kt3/standard_page.smarty
| ... | ... | @@ -201,7 +201,7 @@ |
| 201 | 201 | <div id="copyrightbarRight"></div> |
| 202 | 202 | <div id="copyrightbarBg"></div> |
| 203 | 203 | <div id="copyrightbar"> |
| 204 | - {i18n}© 2007 <a href="http://www.ktdms.com/">The Jam Warehouse Software (Pty) Ltd.</a> All Rights Reserved{/i18n} | |
| 204 | + {i18n}© 2007 <a href="http://www.knowledgetree.com/">The Jam Warehouse Software (Pty) Ltd.</a> All Rights Reserved{/i18n} | |
| 205 | 205 | — {i18n arg_version="$versionname"}KnowledgeTree Version: #version#{/i18n} — {i18n arg_timing=$page->getReqTime()}Request created in #timing#s{/i18n} |
| 206 | 206 | {$page->getDisclaimer()} |
| 207 | 207 | </div> | ... | ... |