Changeset 406:ea94ad91e198
- Timestamp:
- 06/23/11 08:11:46 (14 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/public/class.dc.template.php
r351 r406 348 348 $res = $this->core->callBehavior('templateBeforeBlock',$this->core,$this->current_tag,$attr); 349 349 350 # --BEHAVIOR-- templateInsideBlock 351 $this->core->callBehavior('templateInsideBlock',$this->core,$this->current_tag,$attr,array(&$content)); 352 350 353 if (isset($this->blocks[$this->current_tag])) { 351 354 $res .= call_user_func($this->blocks[$this->current_tag],$attr,$content);
Note: See TracChangeset
for help on using the changeset viewer.