/joomla/www/components/com_jucene/views/apikbi/view.raw.php

http://sewebar-cms.googlecode.com/ · PHP · 34 lines · 10 code · 3 blank · 21 comment · 0 complexity · 826826fdce02ed7a1a13419b392420fa MD5 · raw file

  1. <?php
  2. /**
  3. * @version $Id: jucene.php
  4. * @package Joomla
  5. * @subpackage Jucene
  6. * @copyright Copyright (C) 2005 - 2010 LukᚠBeránek. All rights reserved.
  7. * @license GNU/GPL, see LICENSE.php
  8. * Joomla! is free software. This version may have been modified pursuant to the
  9. * GNU General Public License, and as distributed it includes or is derivative
  10. * of works licensed under the GNU General Public License or other free or open
  11. * source software licenses. See COPYRIGHT.php for copyright notices and
  12. * details.
  13. */
  14. // Check to ensure this file is included in Joomla!
  15. defined('_JEXEC') or die( 'Restricted access' );
  16. jimport( 'joomla.application.component.view');
  17. /**
  18. * HTML View class for the WebLinks component
  19. *
  20. * @static
  21. * @package Joomla
  22. * @subpackage Weblinks
  23. * @since 1.0
  24. */
  25. class JuceneViewApiKbi extends JView
  26. {
  27. function display($tpl = NULL)
  28. {
  29. echo $this->value;
  30. }
  31. }