root/freepbx/branches/2.3/amp_conf/htdocs/admin/views/panel.php
| Revision 4348, 242 bytes (checked in by gregmac, 6 years ago) |
|---|
| Line | |
|---|---|
| 1 | <?php |
| 2 | |
| 3 | $template['title'] = $title; |
| 4 | $template['content'] = |
| 5 | '<div>'. |
| 6 | '<iframe width="97%" height="600" frameborder="0" align="top" src="../panel/index_amp.php?context='.$deptname.'"></iframe>'. |
| 7 | '</div>'; |
| 8 | showview('freepbx', $template); |
| 9 | |
| 10 | ?> |
Note: See TracBrowser for help on using the browser.
