0byt3m1n1-V2
Path:
/
home
/
a
/
c
/
a
/
academiac
/
www
/
[
Home
]
File: default_message.php.tar
home/academiac/www/administrator/components/com_installer/views/default/tmpl/default_message.php 0000644 00000001237 15147631364 0027522 0 ustar 00 <?php /** * @package Joomla.Administrator * @subpackage com_installer * @copyright Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt * @since 1.5 */ // no direct access defined('_JEXEC') or die; $state = $this->get('State'); $message1 = $state->get('message'); $message2 = $state->get('extension_message'); ?> <table class="adminform"> <tbody> <?php if ($message1) : ?> <tr> <th><?php echo $message1 ?></th> </tr> <?php endif; ?> <?php if ($message2) : ?> <tr> <td><?php echo $message2; ?></td> </tr> <?php endif; ?> </tbody> </table>
©
2018.