diff options
Diffstat (limited to 'packages/freeswitch/freeswitch_ivr.tmp')
-rw-r--r-- | packages/freeswitch/freeswitch_ivr.tmp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/packages/freeswitch/freeswitch_ivr.tmp b/packages/freeswitch/freeswitch_ivr.tmp index e76275cc..d953a576 100644 --- a/packages/freeswitch/freeswitch_ivr.tmp +++ b/packages/freeswitch/freeswitch_ivr.tmp @@ -49,17 +49,13 @@ if ($_GET['act'] == "del") { } } -$pgtitle = "FreeSWITCH: IVR"; include("head.inc"); ?> - - - <body link="#0000CC" vlink="#0000CC" alink="#0000CC"> <?php include("fbegin.inc"); ?> -<p class="pgtitle"><?=$pgtitle?></p> +<p class="pgtitle">FreeSWITCH: IVR</p> <div id="mainlevel"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> |