Skip to content

Commit 7eefe0a

Browse files
author
Alexander Ziller
committed
Moved the logo for the application from the assets/img directory
to the assets/templates/default/img directory and modified index.tpl accordingly. This way, every template can have its own logo without modifying any TPL file(s).
1 parent 5e5348d commit 7eefe0a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

phpmyfaq/assets/template/default/index.tpl

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

0 commit comments

Comments
 (0)