I have to work to a template done with T3. The themplate is “Gk_Gamebox”. A client of mine bought it and ask me to customize: He wants a new module position on the right of the logo to display a banner. I don’t have the framework installed so can you tell me how i have to change template files?
I have added a new position in themplateDetail.xml then i try to edit the layoutsblockshandheldheader.php file but i have no success
This is my header.php file
<div id="gk-header" class="main clearfix">
<h1 class="logo">
<a href="./" title="<?php echo $siteName; ?>"><span><?php echo $siteName; ?></span></a>
</h1>
</div>
<div id="custom-banner">
<jdoc:include type="modules" name="title_banner_right" />
</div>
Wha’t’s wrong?
I have to edit other file or only this two?
Thanks in advice