PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
| Dir : /home/jairosvt/public_html/afmediosc/plugins/content/plg_jabookmark/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 |
| Dir : /home/jairosvt/public_html/afmediosc/plugins/content/plg_jabookmark/tmpl/addtoany.php |
<?php
/*
# ------------------------------------------------------------------------
# JA Bookmark plugin 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 Bookmark Plugin is a module using for Display icons for your online social networking sites.
*/
// Check to ensure this file is included in Joomla!
defined( '_JEXEC' ) or die();
$language = $this->params->get('system-addtoany-language', 'en-US');
$customApps = $this->params->get('addthis_custom_apps');
if( trim($customApps) != '' ){
$apps = '"' . implode('","', split(',', $customApps)) . '"';
}
?>
<a class="a2a_dd" href="http://www.addtoany.com/share_save">
<?php if( $this->params->get('addthis_button') != 'none' ) : ?>
<?php if( !$this->params->get('used_custom_button') ): ?>
<img src="http://static.addtoany.com/buttons/<?php echo $this->params->get('system-addtoany-button', 'share_save_256_24.png');?>" border="0" alt="Share/Save/Bookmark"/>
<?php else: ?>
<img src="<?php echo $this->params->get('custom_button'); ?>" border="0" alt="Share/Save/Bookmark"/>
<?php endif; ?>
<?php endif; ?>
<?php echo $this->params->get('widget_text'); ?>
</a>
<script type="text/javascript">
a2a_color_main="<?php echo $this->params->get('system-addtoany-maincolor', 'D7E5ED');?>";
a2a_color_border="<?php echo $this->params->get('system-addtoany-border', '414c53');?>";
a2a_color_link_text="<?php echo $this->params->get('system-addtoany-linktext', '333333');?>";
a2a_color_link_text_hover="<?php echo $this->params->get('system-addtoany-linktext_hover', '333333');?>";
a2a_color_bg="<?php echo $this->params->get('system-addtoany-background', 'FFFFFF');?>";
a2a_show_title=<?php echo (int) $this->params->get('system-addtoany-showpagetitle','0');?>;
a2a_orientation="<?php echo $this->params->get('system-addtoany-orientation', 'down');?>";
<?php if( isset($apps) ) : ?>
a2a_prioritize=[<?php echo $apps;?>];
<?php endif; ?>
</script>
<script type="text/javascript" src="http://static.addtoany.com/menu/locale/<?php echo $language;?>.js" charset="utf-8"></script>
<script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>