Commit 61a03e5832a00a5bbab5a43b42d1a17154de03e2
1 parent
2e219654
Merged in from DEV trunk...
KTC-481 "KnowledgeTree branding wrong on the first page of the upgrade wizard." Fixed. Changed to correct image. Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.2c-Release-Branch@8485 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
setup/upgrade.php
| ... | ... | @@ -187,7 +187,7 @@ td { vertical-align: top; } |
| 187 | 187 | if($oKTConfig->get('ui/mainLogo')){ |
| 188 | 188 | echo $oKTConfig->get('ui/mainLogo'); |
| 189 | 189 | }else{ |
| 190 | - echo '../resources/graphics/ktlogo-topbar-right.png'; | |
| 190 | + echo '../resources/graphics/ktlogo-topbar_base.png'; | |
| 191 | 191 | }?>"> |
| 192 | 192 | <p> |
| 193 | 193 | <img src="upgrade-title.jpg"> | ... | ... |