'
If I look at the gastbuch-entries (0.9.2) via IE6.0, than the entries are shown under the menu instead of right of the menu, like are pages do.
[url][/http://www.uisge-beatha.eu/index.php?page=gastenboekurl]
The code of showmessage.tpl looks as follows:
Code: Select all
<div class="cms-gastbuch-div-show-date">{$sdate}</div>
<div class="cms-gastbuch-div-show-value-date">{$datum1} {$zeit} {$uhr}</div>
<div class="cms-gastbuch-div-show-name">{$inam}</div>
<div class="cms-gastbuch-div-show-value-name">{$absender} {if $country}({$country}){/if}
</div>
{if $showemail=='1'}
<div class="cms-gastbuch-div-show-e-mail">E-Mail</div>
<div class="cms-gastbuch-div-show-value-e-mail">
<a href="mailto:{$EmailAdresse|escape:"hex"}" > {$EmailAdresse|escape:"hexentity"} </a> </div>
{/if}
{if $showhome=='1'}
<div class="cms-gastbuch-div-show-homepage">Homepage</div>
<div class="cms-gastbuch-div-show-value-homepage">
<a href="http://{$homepage}" target="_blank" >{$homepage}</a>
</div>
{/if}
<div class="cms-gastbuch-div-show-message">{$message}</div>
<div class="cms-gastbuch-div-show-value-message">{$texte}</div>
<br/>
Probably something simple... could anyone give me a solution to solve this?
Thanks,
G