checkboxes.php 225 B

12345678910111213
  1. <?php
  2. /**
  3. * Elgg text output
  4. * Displays some text that was input using a standard text field
  5. *
  6. * @package Elgg
  7. * @subpackage Core
  8. *
  9. * @uses $vars['text'] The text to display
  10. *
  11. */
  12. echo elgg_view('output/tags',$vars);