In theory, Inner Mod Menus could be placed in end-user programs, but, so far, they have placed only in Admin programs, primarily because they link to the Wiki and to mod settings, .
tng_adminheader()
,
and before the program's hard-coded </head>
tag,
insert the PHP statement include_once('rrshared_innermodmenu3.php');;
doMenu()
,
insert a PHP statement in this form:
$innermenu = rrBuildInnerModMenu3(a, b, c, d, e)
$innermenu .= rrBuildInnerModMenu3('Admin Cemeteries Search',
1, //The Wiki article has a "Mod Options" Section. amd the menu will link to it.
'genconfig', //i.e. admin_genconfig.php, at Admin>>Setup>>General Settings
'', //which, for admin_genconfig.php, defaults to the new subform with id='robin',
'cemeteries_help.php#searchmod"
)