Page Chapter 4. The Menu System, Page 34
Fri, 08/17/2007 - 8:06am — jfxberns
Location on the page:
Code for mymenu.info
Error:
; $Id $
name = "Mymenu Module"
description = "Adds a menu to the navigation block."
version = "$Name$"
Correction:
; $Id $
name = Mymenu Module
description = Adds a menu to the navigation block.
version = "$Name$"
Description of the Error:
Parentheses improperly added to Name and Description lines of mymenu.info file. Code in code repository is correct.
[I think you mean quotation marks, not parentheses. They are optional. Do note that the line version = "$Name$" is no longer necessary and is discouraged. -JV]
