khal2013-09-13 13:40 | I have searched the forums and cannot find a solution to my problem.
<?php '<img src="'.$config['dir_templates'].'default/img/logonew.png" alt="'.$config['title'].'" />'; ?>
<?php '<img src=''.$config['dir_templates'].'default/img/logonew.png' alt=''.$config['title'].'' />'
» Quick.Cms v5.x |
Guido2013-09-13 14:18 | This one always works (add it to your _header.php):
<img src="templates/default/img/logonew.png" alt="muslimahmarket" title="muslimahmarket" >
|
khal2013-09-13 15:30 | Thanks for that- yes that works. |