Skip to content

Commit

Permalink
Merge pull request #130 from Leantime/hotfixes-2.0.12
Browse files Browse the repository at this point in the history
logo path in template
  • Loading branch information
marcelfolaron authored Mar 2, 2020
2 parents fc1572d + cd823af commit 0dc4d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domain/setting/templates/editCompanySettings.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<label>Logo</label>
</div>
<div class="col-md-4">
<img src='<?php echo BASE_URL.$companySettings['logo'] ?>' class='logoImg' alt='Logo' id="previousImage" width="260"/>
<img src='<?php echo $companySettings['logo'] ?>' class='logoImg' alt='Logo' id="previousImage" width="260"/>
<div id="logoImg" style="height:auto;">
</div>

Expand Down

0 comments on commit 0dc4d6f

Please sign in to comment.