diff options
Diffstat (limited to 'config/freeswitch_dev/v_hunt_group.tmp')
-rw-r--r-- | config/freeswitch_dev/v_hunt_group.tmp | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/config/freeswitch_dev/v_hunt_group.tmp b/config/freeswitch_dev/v_hunt_group.tmp index 99eae163..fe0dbc26 100644 --- a/config/freeswitch_dev/v_hunt_group.tmp +++ b/config/freeswitch_dev/v_hunt_group.tmp @@ -87,7 +87,9 @@ include("head.inc"); <?php include("fbegin.inc"); -echo "<p class=\"pgtitle\">$v_project_label: Hunt Group</p>\n"; +if ($v_label_show) { + echo "<p class=\"pgtitle\">$v_label: Hunt Group</p>\n"; +} ?> <div id="mainlevel"> @@ -188,7 +190,12 @@ build_menu(); <br> <br> -/usr/local/freeswitch/scripts/ +<?php +if ($v_path_show) { + echo $v_scripts_dir."\n"; +} +?> + <br> <br> <br> |