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