From 983f6870ada25e1e90e7e0b2f6c6dc0b9a106bf2 Mon Sep 17 00:00:00 2001 From: Andrew Nagy Date: Sun, 2 Jun 2013 20:58:03 -0400 Subject: [PATCH] Tons of additions --- page.helloworld.php | 5 +++-- views/main.tpl | 7 +++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/page.helloworld.php b/page.helloworld.php index 474d895..cfc0a04 100644 --- a/page.helloworld.php +++ b/page.helloworld.php @@ -24,11 +24,12 @@ $variables = array( 'astmanconnected' => $astman->connected(), 'listcommands' => $astman->ListCommands(), 'astdatabase' => $astman->database_show(), - 'ds' => drawselects('',1,false,false) + 'ds' => drawselects('',1,false,false), + 'amp_conf' => $amp_conf ); $html = load_view(dirname(__FILE__).'/views/main.tpl', $variables); echo $html; $astman->database_put('family','key','valuer'); $out = $astman->database_get('family','key'); -echo $out; \ No newline at end of file +//echo $out; \ No newline at end of file diff --git a/views/main.tpl b/views/main.tpl index 3acd6e4..afd049f 100644 --- a/views/main.tpl +++ b/views/main.tpl @@ -14,4 +14,11 @@ $value) {?> => + + +
Available AMP Configuration Globals?
+ \ No newline at end of file