1
dazzlesoft
xoops theme issue
  • 2013/7/9 2:23

  • dazzlesoft

  • Just popping in

  • Posts: 17

  • Since: 2011/11/22


Hello I was developing new themes for 2.6
but there seems to be an issue with the following on my header code

<td class="navrow">
<a href="<{$xoops_url}>" title="<{$block.lang_home}>"><{$block.lang_home}></a> •
<{foreach item=navigation from=$block.modules}>
<a href="<{$xoops_url}>/modules/<{$navigation.directory}>/" title="<{$navigation.name}>"><{$navigation.name}></a> •
<{/foreach}>
</td>

if I view module it shows the menu fine but if ih ave blocks active just html with test text it shops working

any idea what could be causing this

Stephen