diff options
Diffstat (limited to 'config/freeswitch_dev/freeswitch_profiles.tmp')
-rw-r--r-- | config/freeswitch_dev/freeswitch_profiles.tmp | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/config/freeswitch_dev/freeswitch_profiles.tmp b/config/freeswitch_dev/freeswitch_profiles.tmp index 188619f4..3de99c70 100644 --- a/config/freeswitch_dev/freeswitch_profiles.tmp +++ b/config/freeswitch_dev/freeswitch_profiles.tmp @@ -73,8 +73,12 @@ include("head.inc"); <body link="#0000CC" vlink="#0000CC" alink="#0000CC"> -<?php include("fbegin.inc"); ?> -<p class="pgtitle">FreeSWITCH: Profiles</p> + + +<?php +include("fbegin.inc"); +echo "<p class=\"pgtitle\">$v_project_label: Profiles</p>\n"; +?> <div id="mainlevel"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> |