PDA

View Full Version : Inserting a larger Site graphic



Hans Hilbrands
March 18, 2011, 04:31 PM
Want to get rid of the "Flynax Classifieds" in the header. I need the header.tpl(colorful theme)to allow for a 550 X 250 graphic instead of the Flynax logo.png, which is only 36px tall.

John
March 22, 2011, 08:34 AM
Hello Dward,
To get rid of the "Flynax Classifieds" in the header you should make the following changes in the /templates/general_colorful/tpl/header.tpl file:
1. Find and the following html/smarty code:


<div id="logo">
<a href="{$smarty.const.RL_URL_HOME}">
{$rlTplBase}img/{if $smarty.const.RL_LANG_CODE|lower == 'ar'}rtl/{/if}logo.png
</a>
</div>
<div class="logo_delimeter"></div>

2. Save changes.

Now about the custom objects in the header, I suggest that you add new div tag instead of the code we removed above and use CSS styles to set size and move it to the necessary place.

Have a good day.
John