Blame view

modules/mod_jmap/tmpl/default.php 688 Bytes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
<?php
/**
 * @author Joomla! Extensions Store
 * @package JMAP::modules::mod_jmap
 * @copyright (C) 2015 - Joomla! Extensions Store
 * @license GNU/GPLv2 http://www.gnu.org/licenses/gpl-2.0.html
 */
defined ( '_JEXEC' ) or die ( 'Restricted access' );

/**
 * Module for sitemap footer navigation
 *
 * @author Joomla! Extensions Store
 * @package JMAP::modules::mod_jmap
 * @since 3.0
 */
?>
<iframe <?php echo $onLoad;?>
	id="jmap_sitemap_nav_<?php echo $module->id;?>"
	src="<?php echo $targetIFrameUrl;?>"
	scrolling="<?php echo $scroll; ?>"
	style="border:none;width:<?php echo $width; ?>;height:<?php echo $height; ?>px;"
	class="wrapper <?php echo $moduleclass_sfx; ?>" >
</iframe>