Guest User

Untitled

a guest
Nov 18th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. // which template to extend
  2. <?php $this->extend('form_row'); ?>
  3. // extend with class for example
  4. <?php $this->class .= ' irgendwas'; ?>
  5. // that's it
Add Comment
Please, Sign In to add comment