If i inser this code. The section above (sidebar section) duplicates.
case 'SEARCH':
/* custom search engines begins */
//$html = file_get_contents('custom-search.htm', FILE_USE_INCLUDE_PATH);
$html = '<span>Example</span>';
$portal['html-items'] .= $html;
$props[] = $portal;
/* custom search engines ends */
break;