diff options
author | Mitch Jackson <mitch@freeside.biz> | 2019-02-01 01:49:33 -0500 |
---|---|---|
committer | Mitch Jackson <mitch@freeside.biz> | 2019-02-01 01:49:33 -0500 |
commit | 9a74b15fe926c37f00added2d034d34bf6c95d7f (patch) | |
tree | 913fbacb0ac3693840d1ebfa0e489869acfbaed4 /httemplate | |
parent | 911ad81c95f3ed15f84d926a93e12185c2c073a6 (diff) |
RT# 81961 Include HTML for POD documentation
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/elements/menu.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 009f38084..b04153fe9 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -934,6 +934,7 @@ if ( $agentnum ) { if $conf->config('ticket_system') eq 'RT_Internal'; $help_menu{'Networking monitoring documentation'} = [ 'http://torrus.org/userguide.pod.html', 'Torrus User Guide' ] if $conf->config('network_monitoring_system') eq 'Torrus_Internal'; + $help_menu{'Developer documentation'} = [ "${fsurl}docs/library/FS.html", 'Developer documentation' ]; $help_menu{'separator'} = ''; $help_menu{"About Freeside v$FS::VERSION"} = [ "javascript:about_freeside()", '' ]; $help_menu{"About RT v$RT::VERSION"} = [ 'http://www.bestpractical.com/rt', 'Request Tracker Homepage' ] |