uawdijnntqw1x1x1
IP : 216.73.216.231
Hostname : 213-108-241-110.cprapid.com
Kernel : Linux 213-108-241-110.cprapid.com 5.14.0-570.25.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 9 04:57:09 EDT 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
digilove
/
public_html
/
f7525
/
..
/
modules
/
mod_sj_basic_news
/
..
/
mod_jmap
/
tmpl
/
..
/
helper.php
/
/
<?php /** * @author Joomla! Extensions Store * @package JMAP::modules::mod_jmap * @copyright (C) 2021 - 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 */ class ModJMapHelper { /** * Inject singleton script on page if multiple inclusions detected for nav modules * * @access public * @static * @return void */ public static function jmapInjectAutoHeightScript() { static $jmapAutoHeightScript; if(!$jmapAutoHeightScript) { $doc = JFactory::getDocument(); $doc->addScriptDeclaration('function jmapIFrameAutoHeight(e){setTimeout(function(){var t=0;if(!document.all){if(!!window.chrome){document.getElementById(e).style.height=0}t=document.getElementById(e).contentDocument.body.scrollHeight;document.getElementById(e).style.height=t+150+"px"}else if(document.all){if(!!window.performance){var n=document.getElementById(e);var r=n.contentWindow.document||n.contentDocument;var t=Math.max(r.body.offsetHeight,r.body.scrollHeight);t+=150;n.style.height=t+"px";n.setAttribute("height",t)}else{t=document.frames(e).document.body.scrollHeight;document.all.jmap_sitemap_nav.style.height=t+150+"px"}}},10)}'); $jmapAutoHeightScript = true; } } }
/home/digilove/public_html/f7525/../modules/mod_sj_basic_news/../mod_jmap/tmpl/../helper.php