/**
  * Load the  template (HTML or XML) files to the template object.
  *  
  * 
  */
 protected function loadHTMLTemplates()
 {
     parent::loadHTMLTemplates();
     $this->template->appendFileById("menu_search.html", "ul", "menuSearch");
     if (I2CE_ModuleFactory::instance()->isEnabled('ihris-common-RecentForm')) {
         $this->template->appendFileById("menu_search_recent.html", "li", "menu_search_reports");
     }
 }