[ Index ]

PHP Cross Reference of Joomla 2.5.4 DE

title

Body

[close]

/administrator/components/com_installer/views/install/tmpl/ -> default.php (source)

   1  <?php
   2  /**
   3   * @package        Joomla.Administrator
   4   * @subpackage    com_installer
   5   * @copyright    Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
   6   * @license        GNU General Public License version 2 or later; see LICENSE.txt
   7   * @since        1.5
   8   */
   9  
  10  // no direct access
  11  defined('_JEXEC') or die;
  12  ?>
  13  <?php if ($this->showMessage) : ?>
  14  <?php echo $this->loadTemplate('message'); ?>
  15  <?php endif; ?>
  16  <?php echo $this->loadTemplate('form'); ?>


Generated: Tue Apr 3 11:40:28 2012 Cross-referenced by PHPXref 0.7.1