added template-wise help pages

This commit is contained in:
following
2013-03-08 15:15:53 +01:00
parent 2704f0bf34
commit df313402b4
15 changed files with 150 additions and 19 deletions
+13 -1
View File
@@ -456,4 +456,16 @@ function mnu_prv_EchoBreadCrumbSubItem($pageid, $menustructure)
}
}
}
?>
/*
* show help icon, if a help page exists for this template
*/
function mnu_EchoHelpLink($tplname)
{
$helplink = helppagelink($tplname);
if ($helplink != "")
echo $helplink . '<img src="resource2/ocstyle/images/openicons/35x35-system-help.png" /></a>';
}
?>