Dotclear

Changeset 406:ea94ad91e198


Ignore:
Timestamp:
06/23/11 08:11:46 (14 years ago)
Author:
Dsls <dsls@…>
Branch:
default
Message:

New behavior : templateInsideBlock. Closes #702

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/public/class.dc.template.php

    r351 r406  
    348348          $res = $this->core->callBehavior('templateBeforeBlock',$this->core,$this->current_tag,$attr); 
    349349           
     350          # --BEHAVIOR-- templateInsideBlock 
     351          $this->core->callBehavior('templateInsideBlock',$this->core,$this->current_tag,$attr,array(&$content)); 
     352           
    350353          if (isset($this->blocks[$this->current_tag])) { 
    351354               $res .= call_user_func($this->blocks[$this->current_tag],$attr,$content); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map