
Add this line on index.php

if( check_module("search")) draw_search();

Ex.:
if( check_module("search")) draw_search();  # <---------------------
if( check_module("news")) draw_news(true);
if( check_module("articles") ) list_articles_at_index();