Commit 0b23580dcf583d0b5e20f7c0392b8fad06b28ee8

Authored by kevin_fourie
1 parent c4fcffe1

KTC-481

"KnowledgeTree branding wrong on the first page of the upgrade wizard."
Fixed. Chaged to correct image. 

Committed By: Conrad Vermeulen
Reviewed By: Megan Watson


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8483 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 1 deletions
setup/upgrade.php
... ... @@ -188,7 +188,7 @@ td { vertical-align: top; }
188 188 if($oKTConfig->get('ui/mainLogo')){
189 189 echo $oKTConfig->get('ui/mainLogo');
190 190 }else{
191   - echo '../resources/graphics/ktlogo-topbar-right.png';
  191 + echo '../resources/graphics/ktlogo-topbar_base.png';
192 192 }?>">
193 193 <p>
194 194 <img src="upgrade-title.jpg">
... ...