$debugger->appendHTML('mode: '.$this->SkipModeName().' tag '.$debugger->highlightString($tag_data).' in '.$debugger->getFileLink($debugger->getLocalFile(FULL_PATH.THEMES_PATH.'/'.$this->TemplateName).'.tpl',$this->CurrentLineNumber(),'',true));
}
$tag=&$this->TagHolder->GetTag($tag_data,$this);
if(!$this->CheckRecursion($tag))//we do NOT process closing tags
$debugger->appendHTML('mode: '.$this->SkipModeName().' tag '.$debugger->highlightString($tag_data).' in '.$debugger->getFileLink($debugger->getLocalFile(FULL_PATH.THEMES_PATH.'/'.$this->TemplateName).'.tpl',$this->CurrentLineNumber(),'',true));
}
// $tag = new MyTag($tag_data, $this);
$tag=&$this->TagHolder->GetTag($tag_data,$this);
if(!$this->CheckRecursion($tag))//we do NOT process closing tags
$debugger->appendHTML('ParseBlock '.$params['name'].' pass_params is '.$params['pass_params'].' force is '.$force_pass_params.' in '.$debugger->getFileLink($debugger->getLocalFile(FULL_PATH.THEMES_PATH.'/'.$this->TemplateName).'.tpl',$this->CurrentLineNumber(),'',true));