<if condition="$myfooter<>''"> $myfooter <else /> $footer </if>
$footer
<if condition="!empty($myfooter)"> $myfooter <else /> $footer </if>