function pApiContentAllocationComplexList($uuid)
 {
     global $cfg;
     parent::pApiTree($uuid);
 }
 /**
  * 
  */
 function pApiContentAllocationTreeView($uuid)
 {
     global $cfg;
     parent::pApiTree($uuid);
     $this->tpl = new Template();
     $this->template = $cfg['pica']['treetemplate'];
 }