Jump to main content
URZ Workshop „Creating websites with TUCAL“
Embedding a tile system

Embedding a tile system

Extension module for displaying content in a tile layout

abstrakter türkisfarbener Hintergrund

Titel 4 Playbutton Youtube

Video

Integration of the module

In the TUCAL editor, this information is entered in the „Seiteneinstellungen (PHP)“ (page settings) text field:

require_once('tu/kachelsystem/script/kachelfunkt.php');
page settings in the editor

Basic structure

kachelsystem(string $embed_id);

Please note:

All settings for the tile system and the contents of the tiles can only be maintained via a separate administration area and not via WFM.

Recommended use cases:

  • as an illustrative introductory page with links to the subpages
  • as an appealing presentation of summarised, static content

Possible parameters

  • $embed_id | PHP string
    • ID of the tile system to be embedded on the page

Examples

kachelsystem('66041485bc67c');