Topic on Skin talk:Vector/Customize

Sidebar. Custom search portal duplicate element

1
Mkepler (talkcontribs)

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;
Reply to "Sidebar. Custom search portal duplicate element"