GetButtons(); $reply = null; foreach($array as $button) { if($button['type']=='image') { $reply .= " \"\" "; } } return "
".$reply."
"; } } // $input = $smarty->get_template_vars('breadCrumbs'); // $return = array(); // if(is_array($input)) { // foreach($smarty->get_template_vars('breadCrumbs') as $row) { // if($row['url']!='') { // $return[] = " ".$row['title']." "; // }else { // $return[] = " ".$row['title']." "; // } // } //return implode(BREAD_CRUMB_DELIMITER, $return); // } } ?>