summaryrefslogtreecommitdiff
path: root/tpl/general/choice.php
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/general/choice.php')
-rw-r--r--tpl/general/choice.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/tpl/general/choice.php b/tpl/general/choice.php
new file mode 100644
index 0000000..3d54dce
--- /dev/null
+++ b/tpl/general/choice.php
@@ -0,0 +1,6 @@
+<?php
+require("top.php");
+foreach ($choice as $c => $u) {
+ echo '<button onclick="window.location=\'' . $u . '\'">' . $c . '</button>';
+}
+require("bottom.php");