Es geht einfach nicht. Bin am probieren und probieren und es klappt NICHT.
{include file="top.tpl"}
<!-- COLUMN 1 -->
<div class="col1 br_corner_red">
{include file="menu_left.tpl"}
</div>
<!-- COLUMN 2 -->
<div style="background-image: url('../images/design/edge_red_top_left.png'); background-position: top left; background-repeat: no-repeat;">
<h2>{$aTrans.partner}</h2>
{if $cat_id > 25 && $cat_id < 41}
<h4>{$country}</h4>
{include file="partners_country.tpl"}
{else}
{include file="partners_message.tpl"}
{/if}
<img style="float: right;" src="../images/design/edge_red_top_right.png") />
<div style="float: right;">{include file="menu_right.tpl"}</div>
</div>