diff options
Diffstat (limited to 'config/freeswitch_dev/freeswitch_extensions.tmp')
-rw-r--r-- | config/freeswitch_dev/freeswitch_extensions.tmp | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/config/freeswitch_dev/freeswitch_extensions.tmp b/config/freeswitch_dev/freeswitch_extensions.tmp index b1db2702..45ce9b8d 100644 --- a/config/freeswitch_dev/freeswitch_extensions.tmp +++ b/config/freeswitch_dev/freeswitch_extensions.tmp @@ -1,7 +1,7 @@ <?php /* $Id$ */ /* - freeswitch_extensions.php + freeswitch_extensions.php Copyright (C) 2008 Mark J Crane All rights reserved. @@ -57,8 +57,11 @@ include("head.inc"); <body link="#0000CC" vlink="#0000CC" alink="#0000CC"> -<?php include("fbegin.inc"); ?> -<p class="pgtitle">FreeSWITCH: Extensions</p> + +<?php +include("fbegin.inc"); +echo "<p class=\"pgtitle\">$v_project_label: Extensions</p>\n"; +?> <div id="mainlevel"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> |