diff options
Diffstat (limited to 'views/default/output/checkboxes.php')
| -rw-r--r-- | views/default/output/checkboxes.php | 30 |
1 files changed, 12 insertions, 18 deletions
diff --git a/views/default/output/checkboxes.php b/views/default/output/checkboxes.php index 462d6969e..56d2588ac 100644 --- a/views/default/output/checkboxes.php +++ b/views/default/output/checkboxes.php @@ -1,19 +1,13 @@ -<?php
-
- /**
- * Elgg text output
- * Displays some text that was input using a standard text field
- *
- * @package Elgg
- * @subpackage Core
+<?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 + * + */ - * @author Curverider Ltd
- - * @link http://elgg.org/
- *
- * @uses $vars['text'] The text to display
- *
- */
-
- echo elgg_view('output/tags',$vars);
-?>
\ No newline at end of file +echo elgg_view('output/tags',$vars);
\ No newline at end of file |
