Skip to content

Commit

Permalink
Fixed wrong URL at instructions for adding your own logo to a template
Browse files Browse the repository at this point in the history
Note that the pleaceholder {TEMPLATEURL} already comes with a trailing slash ("/").
  • Loading branch information
maziminke committed Apr 24, 2017
1 parent 59ac39d commit 7ac6061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/templates/templatesummary_view.php
Expand Up @@ -131,7 +131,7 @@
</div>
<div class="modal-body">
<?php eT('To use a picture in a .pstpl file:');?><br/>
<code>&lt;img src="{TEMPLATEURL}/files/yourpicture.png" /&gt;</code><br/><br/>
<code>&lt;img src="{TEMPLATEURL}files/yourpicture.png" /&gt;</code><br/><br/>
<?php eT("To use a picture in a .css file: ");?><br/>
<code>background-image: url('../files/yourpicture.png');</code><br/><br/>
<?php eT("To place the logo anywhere in a .pstpl file: ");?><br/>
Expand Down

0 comments on commit 7ac6061

Please sign in to comment.