aboutsummaryrefslogtreecommitdiffstats
path: root/config/freeswitch_dev/freeswitch_settings.tmp
diff options
context:
space:
mode:
authormcrane <mctch@yahoo.com>2009-07-28 04:05:52 -0600
committermcrane <mctch@yahoo.com>2009-07-28 04:05:52 -0600
commit172ef8c22091c75c98d2764130c9f059ae6c33f5 (patch)
tree1f3e7928ffe35a91ce333ab400f85fbe829e26ed /config/freeswitch_dev/freeswitch_settings.tmp
parent1455eefac195459d3450a8c10beaace8202a6b56 (diff)
downloadpfsense-packages-172ef8c22091c75c98d2764130c9f059ae6c33f5.tar.gz
pfsense-packages-172ef8c22091c75c98d2764130c9f059ae6c33f5.tar.bz2
pfsense-packages-172ef8c22091c75c98d2764130c9f059ae6c33f5.zip
FreeSWITCH package create project label.
Diffstat (limited to 'config/freeswitch_dev/freeswitch_settings.tmp')
-rw-r--r--config/freeswitch_dev/freeswitch_settings.tmp6
1 files changed, 4 insertions, 2 deletions
diff --git a/config/freeswitch_dev/freeswitch_settings.tmp b/config/freeswitch_dev/freeswitch_settings.tmp
index 462078a5..5d4f19fb 100644
--- a/config/freeswitch_dev/freeswitch_settings.tmp
+++ b/config/freeswitch_dev/freeswitch_settings.tmp
@@ -128,8 +128,10 @@ function show_advanced_config() {
</script>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
-<?php include("fbegin.inc"); ?>
-<p class="pgtitle">FreeSWITCH: Settings</p>
+<?php
+include("fbegin.inc");
+echo "<p class=\"pgtitle\">$v_project_labels: Settings</p>\n";
+?>
<?php if ($input_errors) print_input_errors($input_errors); ?>