summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorMitch Jackson <mitch@freeside.biz>2019-02-01 01:49:33 -0500
committerMitch Jackson <mitch@freeside.biz>2019-02-01 02:07:45 -0500
commit318824bc9f4615ef9320e436604da63e33f900d4 (patch)
treed908a6ef400cc2575a01a6a257f2f8afdde7febc /httemplate
parent3c4047ce98ad178238c4910edf796c867eb07c44 (diff)
RT# 81961 Include HTML for POD documentation
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/elements/menu.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html
index 18ab7189b..8aa19529e 100644
--- a/httemplate/elements/menu.html
+++ b/httemplate/elements/menu.html
@@ -878,6 +878,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' ]