Jump to content
xt:Commerce Community Forum

Content Block Status abfragen


Recommended Posts

Hi,

wie kann man den Staus von einem "Content Block" mit smarty abfragen, für

eine if Anweisung?

Aufgabe:

Wenn Content Block aktiv, dann anzeigen.

Wenn Content Block inaktiv, dann nicht anzeigen


<ul id="footermenu2">

{content block_id=9}

{if $_content_9|count > 0}

   {foreach name=aussen item=box_data from=$_content_9}

      <li><a href="{$box_data.link}">{$box_data.title}</a></li>

   {/foreach}

{/if}

</ul>

Gruß

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...