Changeset 7320

Show
Ignore:
Timestamp:
12/17/08 18:31:52 (3 years ago)
Author:
ethans
Message:

Adds hook support into IVR page

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.6/ivr/page.ivr.php

    r6945 r7320  
    286286 
    287287    <tr><td colspan=2><hr /></td></tr> 
    288     <tr><td colspan=2>   
     288    <tr><td colspan=2> 
     289 
    289290      <input name="increase" type="submit" value="<?php echo _("Increase Options")?>"> 
    290291      &nbsp; 
     
    320321    echo "<input type='hidden' name='nbroptions' value=$nbroptions />\n"; 
    321322  }  
     323 
     324  global $module_hook; 
     325  echo $module_hook->hookHtml; 
    322326?> 
    323327  <input name="increase" type="submit" value="<?php echo _("Increase Options")?>">