Fix for Code

  1. function scratch_menu() {
  2.   $items = array();
  3.  
  4.   $items['scratch/test'] = array(
  5.     'title' => 'Scratch',
  6.     'page callback' => 'scratch_page',
  7.     'access callback' => TRUE,
  8.   );
  9.  
  10.   return $items;
  11. }
  12.  
  13. function scratch_page($a = '') {
  14.   return "A is $a";
  15. }

Submit Fix

Any tags you'd like to associate with your code, delimitered by commas (example: Views, CCK, Module, etc).
Select the syntax highlighting mode to use.