It should work. Simply add a reference, by analogy.
Following are encouraged to clear the X-Cart cache files.
in original, help.tpl
PHP Code:
{capture name=menu}
<a href="help.php?section=contactus&mode=update" class="VertMenuItems">{$lng.lbl_contact_us}</a><br />
<a href="help.php?section=business" class="VertMenuItems">{$lng.lbl_privacy_statement}</a><br />
<a href="help.php?section=conditions" class="VertMenuItems">{$lng.lbl_terms_n_conditions}</a><br />
{include file="pages_menu.tpl"}
{/capture}
{ include file="menu.tpl" dingbats="dingbats_help.gif" menu_title=$lng.lbl_help menu_content=$smarty.capture.menu link_href="help.php"}
So add before line {include file="pages_menu.tpl"} lines -
PHP Code:
<a href="help.php?section=Password_Recovery" class="VertMenuItems">Recover password</a><br />