assembly.php 1.0 KB

12345678910111213141516171819202122232425262728293031
  1. <?php
  2. /**
  3. * Assemblies -- View for assembly object
  4. *
  5. * @uses $vars['entity'] The assembly object
  6. * @uses $vars['full_view'] Whether to display the full view
  7. *
  8. * @package Lorea
  9. * @subpackage Assemblies
  10. *
  11. * Copyright 2012-2013 Lorea Faeries <federation@lorea.org>
  12. *
  13. * This file is part of the Assemblies plugin for Elgg.
  14. *
  15. * Assemblies is free software: you can redistribute it and/or modify
  16. * it under the terms of the GNU Affero General Public License as
  17. * published by the Free Software Foundation, either version 3 of the
  18. * License, or (at your option) any later version.
  19. *
  20. * Assemblies is distributed in the hope that it will be useful, but
  21. * WITHOUT ANY WARRANTY; without even the implied warranty of
  22. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  23. * Affero General Public License for more details.
  24. *
  25. * You should have received a copy of the GNU Affero General Public
  26. * License along with this program. If not, see
  27. * <http://www.gnu.org/licenses/>.
  28. */
  29. echo elgg_view('crud/object', $vars);