File Manager

Current Directory: /home/astoriaah/www/administrator/templates/isis/html/mod_version
Viewing File: /home/astoriaah/www/administrator/templates/isis/html/mod_version/default.php
<?php /** * @package Joomla.Administrator * @subpackage mod_version * * @copyright (C) 2013 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; ?> <?php if (!empty($version)) : ?> <?php echo $version; ?> <?php echo '&nbsp;&mdash;&nbsp;'; ?> <?php endif; ?>