Jump to content
xt:Commerce Community Forum

Tipp für Darstellung categorie_list?


Friedrich

Recommended Posts

In diesem snippet wird der Katgerientext oben und das Kategorienbild links darunter dargestellt. Wie müsste ich das ändern, damit der Text rechts um das cat-bild fließt?

<h1>{$categories_heading_title}</h1>

{if $categories_image}{img img=$categories_image type=m_org alt=$categories_name}{/if}

{if $categories_description}<p>{$categories_description}</p>{/if}

{if $categorie_listing !=''}

{foreach name=aussen item=module_data from=$categorie_listing}

<h2>{$module_data.categories_name}</h2>

{if $module_data.categories_image}

<a href="{$module_data.categories_link}" title="{$module_data.categories_heading_title}">{img img=$module_data.categories_image type=m_info alt=$module_data.categories_name}</a>{/if}

<p>{$module_data.categories_description}</p>

<a href="{$module_data.categories_link}" title="{$module_data.categories_heading_title}">{$module_data.categories_name}</a>

{/foreach}

{/if}

Link to comment
Share on other sites

Archived

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

×
  • Create New...