Skip to content

Commit 042598b

Browse files
authored
Merge pull request #1329 from nighknight/2.9
Moved the logo for the application from the assets/img directory (2)
2 parents 2eedd2c + acca453 commit 042598b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

phpmyfaq/assets/template/default/indexLogin.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<div class="pmf-wrapper pmf-masthead">
5050
<div class="container">
5151
<a id="logo" title="{header}" href="{faqHome}">
52-
<img src="assets/img/phpmyfaq-logo.png" alt="phpMyFAQ">
52+
<img src="{baseHref}assets/template/{tplSetName}/img/logo.png" alt="phpMyFAQ">
5353
</a>
5454
</div>
5555
</div>

phpmyfaq/assets/template/default/indexMaintenance.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<div class="pmf-wrapper pmf-masthead">
3939
<div class="container">
4040
<a id="logo" title="{header}" href="{faqHome}">
41-
<img src="assets/img/phpmyfaq-logo.png" alt="phpMyFAQ">
41+
<img src="{baseHref}assets/template/{tplSetName}/img/logo.png" alt="phpMyFAQ">
4242
</a>
4343
4444
<div id="mobile-nav-toggle" class="pull-right">

phpmyfaq/assets/template/default/indexNewUser.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<div class="pmf-wrapper pmf-masthead">
5050
<div class="container">
5151
<a id="logo" title="{header}" href="{faqHome}">
52-
<img src="assets/img/phpmyfaq-logo.png" alt="phpMyFAQ">
52+
<img src="{baseHref}assets/template/{tplSetName}/img/logo.png" alt="phpMyFAQ">
5353
</a>
5454
5555
<div id="mobile-nav-toggle" class="pull-right">

phpmyfaq/assets/template/default/indexPassword.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<div class="pmf-wrapper pmf-masthead">
5050
<div class="container">
5151
<a id="logo" title="{header}" href="{faqHome}">
52-
<img src="assets/img/phpmyfaq-logo.png" alt="phpMyFAQ">
52+
<img src="{baseHref}assets/template/{tplSetName}/img/logo.png" alt="phpMyFAQ">
5353
</a>
5454
</div>
5555
</div>

0 commit comments

Comments
 (0)