input für Text HTML modulwechsel
Verfasst: Mo 23. Jan 2006, 12:09
ich benötige für das das "text html" modul einen imput code der es mir ermöglicht in der kategorie einen modulwechsel vorzunehmen.
da ich verschieden anforderungen abfangen muss.
z.b.:
- headline
- subheadline
- text
oder
- headline
- text
oder nur
- text
vielen dank vorab!
philipp
da ich verschieden anforderungen abfangen muss.
z.b.:
- headline
- subheadline
- text
oder
- headline
- text
oder nur
- text
Code: Alles auswählen
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<?php echo "<td class=\"box-content-headline\">CMS_HEAD[1]</td>"; ?>
</tr>
<tr>
<?php echo "<td class=\"box-content-subheadline\">CMS_HTML[2]</td>"; ?>
</tr>
<tr>
<?php echo "<td class=\"box-content-txt\">CMS_HTML[3]</td>"; ?>
</tr>
</table>
philipp