コード例 #1
0
 public function getpropertiessheet($tab_id)
 {
     // Load up the module variables
     $this->SetCustomVars();
     $output = $this->ParseTemplate('weight_range_header', true);
     $this->_variables['placeholder']['javascript'] = $this->GetJavascript();
     $output .= parent::getpropertiessheet($tab_id);
     return $output;
 }