Seite 1 von 1

input für Text HTML modulwechsel

Verfasst: Mo 23. Jan 2006, 12:09
von raum-acht
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

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>
vielen dank vorab!
philipp

Verfasst: Mo 23. Jan 2006, 12:46
von HerrB
Würde ich als Modul-Request, nicht als Misc sehen, verschoben.

Gruß
HerrB