diff options
| author | Mitch Jackson <mitch@freeside.biz> | 2019-02-01 01:49:33 -0500 |
|---|---|---|
| committer | Mitch Jackson <mitch@freeside.biz> | 2019-02-01 02:00:04 -0500 |
| commit | 66aa1878e8f094ba1eaa4c0d17f117101ed3c88c (patch) | |
| tree | a20307035fbeb374e4e9b187fa4333180aab7b1d /httemplate/elements | |
| parent | 76ffddf7e0e893259e807c45906e7ab48527c2fe (diff) | |
RT# 81961 Include HTML for POD documentation
Diffstat (limited to 'httemplate/elements')
| -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 2fd4ef7ad..a94e578ce 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -922,6 +922,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' ] |
