You are here

function auto_menutitle_perm in Auto Menu Title 6.2

Implementation of hook_perm()

File

./auto_menutitle.module, line 16
Allows the menu title field to be automatically populated with the contents written into the node Title field

Code

function auto_menutitle_perm() {
  return array();
}