Skip to content

Instantly share code, notes, and snippets.

@kikmedia
Created November 16, 2017 08:32
Show Gist options
  • Save kikmedia/d61a761efbce6cdb71309394b7351898 to your computer and use it in GitHub Desktop.
Save kikmedia/d61a761efbce6cdb71309394b7351898 to your computer and use it in GitHub Desktop.
Extend Contao template by example
// which template to extend
<?php $this->extend('form_row'); ?>
// extend with class for example
<?php $this->class .= ' irgendwas'; ?>
// that's it
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment