custom module

Fix for my implement of hool_menu()

  1. function auto_expire_new_menu($maycache) {
  2.   $items = array();
  3.   if($maycache){
  4.     $items['admin/settings/auto_expire'] = array(
  5.       'title' => 'Auto Expire Settings',

my implement of hool_menu()

  1. function auto_expire_new_menu() {
  2.   $items = array();
  3.  
  4.   $items['admin/settings/auto_expire'] = array(
  5.     'title' => 'Auto Expire Settings',

some code

  1. form['items'] = array(
  2.   '#tree' => TRUE,
  3.   '#multiple' => TRUE,
  4.   array(
  5.     '#type' => 'textfield',
  6.     '#title' => 'title 0'
  7.   ),  array(
  8.     '#type' => 'textfield',
Syndicate content