aboutsummaryrefslogtreecommitdiffstats
path: root/config/freeswitch_dev/v_hunt_group_edit.tmp
diff options
context:
space:
mode:
Diffstat (limited to 'config/freeswitch_dev/v_hunt_group_edit.tmp')
-rw-r--r--config/freeswitch_dev/v_hunt_group_edit.tmp5
1 files changed, 3 insertions, 2 deletions
diff --git a/config/freeswitch_dev/v_hunt_group_edit.tmp b/config/freeswitch_dev/v_hunt_group_edit.tmp
index 45197ada..f72769bb 100644
--- a/config/freeswitch_dev/v_hunt_group_edit.tmp
+++ b/config/freeswitch_dev/v_hunt_group_edit.tmp
@@ -127,8 +127,9 @@ include("head.inc");
<?php
include("fbegin.inc");
-echo "<p class=\"pgtitle\">$v_project_label: Hunt Group: Edit</p>\n";
-
+if ($v_label_show) {
+ echo "<p class=\"pgtitle\">$v_label: Hunt Group: Edit</p>\n";
+}
if ($input_errors) print_input_errors($input_errors);
?>