| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Old Sites/rescommittee/administrator/modules/mod_imageshow_quickicon/tmpl/ |
Upload File : |
<?php
/**
* @author JoomlaShine.com Team
* @copyright JoomlaShine.com
* @link joomlashine.com
* @package JSN ImageShow
* @version $Id: default.php 6505 2011-05-31 11:01:31Z trungnq $
* @license GNU/GPL v2 http://www.gnu.org/licenses/gpl-2.0.html
*/
defined('_JEXEC') or die('Restricted access');
$lang = JFactory::getLanguage();
$document = JFactory::getDocument();
$lang->load('mod_imageshow_quickicon');
$document->addStyleSheet(JURI::root(true).'/administrator/modules/mod_imageshow_quickicon/assets/css/mod_imageshow_quickicon.css');
$buttons = modImageShowQuickIconHelper::getButtons();
?>
<div class="row-striped">
<div class="row-fluid">
<div class="span12">
<?php
foreach ($buttons as $button)
{
echo modImageShowQuickIconHelper::button($button);
}
?>
</div>
</div>
</div>