aboutsummaryrefslogtreecommitdiffstats
path: root/config/freeswitch_dev/v_modules.tmp
diff options
context:
space:
mode:
Diffstat (limited to 'config/freeswitch_dev/v_modules.tmp')
-rw-r--r--config/freeswitch_dev/v_modules.tmp4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/freeswitch_dev/v_modules.tmp b/config/freeswitch_dev/v_modules.tmp
index 57ff51fc..b640a2cc 100644
--- a/config/freeswitch_dev/v_modules.tmp
+++ b/config/freeswitch_dev/v_modules.tmp
@@ -310,7 +310,9 @@ function show_advanced_config() {
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<?php
include("fbegin.inc");
-echo "<p class=\"pgtitle\">$v_label: Modules</p>\n";
+if ($v_label_show) {
+ echo "<p class=\"pgtitle\">$v_label: Modules</p>\n";
+}
?>
<?php if ($input_errors) print_input_errors($input_errors); ?>