Well your coding doesn't make sense.
Have another look at what you have done...
Originally, the last line had these statements.
menu_title=$lng.lbl_help
and
menu_content=$smarty.capture.menu link_href=""
Now, your menu title is set to:
menu_title=$lng.lbl_extrainfo=$smarty.capture.menu link_href=""
So, I don't see why you have done this?
You seem to have merged a load of code together, removing altogether the reference to the menu_content.
You need to have those 2 statements in there - one to set up the title, and the other to set up the content.
|