示例#1
0
 /**
  * Function gets the title for the selected product
  * 
  * 
  * @return array
  */
 function getTitle()
 {
     include 'classes/Core/Settings/CManageProducts.php';
     include 'classes/Display/DManageProducts.php';
     $default = new Core_Settings_CManageProducts();
     $output['title'] = $default->getTitle();
 }