Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 571 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 571 Bytes

DMA Styleswitcher

Contao Extension

Ermöglicht es per Insert-Tag die Möglichkeit zu schaffen, unterschiedliche CSS-Style-Dateien zu laden.

Standard-Configuration:

$GLOBALS['DMA_STYLESWITCHER'] = array
(
    'STYLES' => array
    (
        'normal',
        'high'
    ),
    'CLASS_PREFIX' => 'contrast_'
);

Insert-Tags

{{dmastyleswitcher::class}} gibt den aktuell gewählten Stylekey bsp. zur Nutzung als CSS-Klasse aus, bps. contrast_normal.

{{dmastyleswitcher::toggle::normal::high}} gibt das HTML für einen „Umschaltlink“ aus.