Changelog Template-Classe for blikk 2007_10_25: replaced: $this->attributes = array_merge($this->parseAttributes($foundtag[1]),$this->attributes); with: $this->attributes = array_merge($this->attributes,$this->parseAttributes($foundtag[1])); in file: ClassTemplatePieces.php function: getContentAttributes reason: no new attributes were read in form-input elements (wrong array_merge-order) 2007_10_30: added: $this->tp->getContentAttributes($this->tag,$this->tagattributes); added: $this->tp->overwriteAttributes(); in file: ClassFlist.php function: setNewContent() reason: no new attributes were read in form-list elements (no reread of attributes after new content choosen) 2007_11_07: added: 'literal'-Property in file: ClassCond.php reason: use also plain text conditions from TemplatePiece-Description