aboutsummaryrefslogtreecommitdiff
path: root/views/default/output/checkboxes.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/output/checkboxes.php')
-rw-r--r--views/default/output/checkboxes.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/views/default/output/checkboxes.php b/views/default/output/checkboxes.php
new file mode 100644
index 000000000..56d2588ac
--- /dev/null
+++ b/views/default/output/checkboxes.php
@@ -0,0 +1,13 @@
+<?php
+/**
+ * Elgg text output
+ * Displays some text that was input using a standard text field
+ *
+ * @package Elgg
+ * @subpackage Core
+ *
+ * @uses $vars['text'] The text to display
+ *
+ */
+
+echo elgg_view('output/tags',$vars); \ No newline at end of file