From: Ben Klang Date: Sat, 12 Nov 2005 08:27:53 +0000 (+0000) Subject: This file replaces two older includes as all the rendering was moved out X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=ce6dddae477139911a7118d84ecee12200874c29;p=horde.git This file replaces two older includes as all the rendering was moved out 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 --- diff --git a/templates/dialplan/manager.inc b/templates/dialplan/manager.inc new file mode 100644 index 000000000..b33e6fcbb --- /dev/null +++ b/templates/dialplan/manager.inc @@ -0,0 +1,9 @@ +
+
Context:
+
+ +renderNavTree(); +$dpgui->renderAppList(); +$dpgui->renderExtensions(); +?> \ No newline at end of file