From 318824bc9f4615ef9320e436604da63e33f900d4 Mon Sep 17 00:00:00 2001 From: Mitch Jackson Date: Fri, 1 Feb 2019 01:49:33 -0500 Subject: RT# 81961 Include HTML for POD documentation --- httemplate/elements/menu.html | 1 + 1 file changed, 1 insertion(+) (limited to 'httemplate/elements/menu.html') 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' ] -- cgit v1.2.1