Ejemplo n.º 1
0
 private function body()
 {
     $children = get_children_by_rel_type($this->properties['id'], "body");
     foreach ($children as $child) {
         display($child, $this);
     }
 }
Ejemplo n.º 2
0
 private function body()
 {
     global $smarty;
     $children = get_children_by_rel_type($this->properties['id'], "link");
     $smarty->assign('node_array', $children);
 }