This file replaces two older includes as all the rendering was moved out
authorBen Klang <ben@alkaloid.net>
Sat, 12 Nov 2005 08:27:53 +0000 (08:27 +0000)
committerBen Klang <ben@alkaloid.net>
Sat, 12 Nov 2005 08:27:53 +0000 (08:27 +0000)
into its own class.  This file simply sequences the calling of the
Shout_Dialplan class.

git-svn-id: https://svn.alkaloid.net/gpl/shout/trunk@92 06cd67b6-e706-0410-b29e-9de616bca6e9

templates/dialplan/manager.inc [new file with mode: 0644]

diff --git a/templates/dialplan/manager.inc b/templates/dialplan/manager.inc
new file mode 100644 (file)
index 0000000..b33e6fc
--- /dev/null
@@ -0,0 +1,9 @@
+<div class="header">
+    <div class="contextHeader">Context: <?php echo $context; ?></div>
+</div>
+
+<?php
+$dpgui->renderNavTree();
+$dpgui->renderAppList();
+$dpgui->renderExtensions();
+?>
\ No newline at end of file