PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/jairosvt/public_html/afmediosc/modules/mod_janewsticker/tmpl/
Server: Linux server2.noticiasdecolima.com 4.18.0-553.30.1.el8_10.x86_64 #1 SMP Tue Nov 26 02:30:26 EST 2024 x86_64
IP: 107.161.180.42
Choose File :

Url:
Dir : /home/jairosvt/public_html/afmediosc/modules/mod_janewsticker/tmpl/jssetup.php

<?php 
/*
# ------------------------------------------------------------------------
# JA News Ticker module for Joomla 1.5
# ------------------------------------------------------------------------
# Copyright (C) 2004-2010 JoomlArt.com. All Rights Reserved.
# @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
# Author: JoomlArt.com
# Websites: http://www.joomlart.com - http://www.joomlancers.com.
# ------------------------------------------------------------------------
*/
/**
 * JA News Sticker module allows display of article's title from sections or categories. \
 * You can configure the setttings in the right pane. Mutiple options for animations are also added, choose any one.
 * If you are using this module on Teline III template, * then the default module position is "headlines".
 **/
  // no direct access
defined('_JEXEC') or die('Restricted access');
?>
<script type="text/javascript">
/* <![CDATA[ */
	//$(window).addEvent('domready', function(){
		// options setting
		var options = { box:$('<?php echo $moduleID; ?>'), 
						items: $$('#<?php echo $moduleID; ?> .ja-headlines-item'), 
						mode: '<?php echo $animationType ;?>', 
						wrapper:$('jahl-wapper-items-<?php echo $moduleID; ?>'),
						buttons:{next: $$('.ja-headelines-next'), previous: $$('.ja-headelines-pre')},
						interval:<?php echo (int)$params->get('animation_interval', 3000);?>,
						fxOptions : { duration: <?php echo $params->get('animation_speed', 500);?>,
									  transition: <?php echo $params->get('animation_transition', 'Fx.Transitions.linear'); ?> ,
									  wait: false }	};
 
		var jahl = new JANewSticker( options );						  
	// });
/* ]]> */	
</script>