示例#1
0
 /**
  * Function displays an popup window at the admin side for selecting the search keywords.  
  * 
  * 
  * @return array
  */
 function autoComplete()
 {
     include 'classes/Core/Settings/CManageProducts.php';
     $default = new Core_Settings_CManageProducts();
     $output['title'] = $default->autoComplete();
     //Bin_Template::createTemplate('autocomplete.html',$output);
 }