diff options
Diffstat (limited to 'config/freeswitch_dev/freeswitch_public.tmp')
-rw-r--r-- | config/freeswitch_dev/freeswitch_public.tmp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/config/freeswitch_dev/freeswitch_public.tmp b/config/freeswitch_dev/freeswitch_public.tmp index 0c05fe47..b82b1718 100644 --- a/config/freeswitch_dev/freeswitch_public.tmp +++ b/config/freeswitch_dev/freeswitch_public.tmp @@ -82,8 +82,11 @@ function sf() { document.forms[0].savetopath.focus(); } }); </script> -<?php include("fbegin.inc"); ?> -<p class="pgtitle">FreeSWITCH: Public</p> + +<?php +include("fbegin.inc"); +echo "<p class=\"pgtitle\">$v_project_label: Public</p>\n"; +?> <div id="mainlevel"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> |