| Current Path : /home/juvelize/martine/modules/mod_jb_sharebuttons/ |
| Current File : /home/juvelize/martine/modules/mod_jb_sharebuttons/mod_jb_sharebuttons.php |
<?php
/**
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
* @copyright (c) 2013 JoomBest.Com. All Rights Reserved.
* @author http://www.joombest.com
*/
defined('_JEXEC') or die;
if (!defined('DS')) {
define('DS', DIRECTORY_SEPARATOR);
}
$layout = $params->get('layout', 'default');
$show_facebook = $params->get("show_facebook", 1);
$show_twitter = $params->get("show_twitter", 1);
$show_digg = $params->get("show_digg", 1);
$show_stumbleupon = $params->get("show_stumbleupon", 1);
$show_delicious = $params->get("show_delicious", 1);
$show_google = $params->get("show_google", 1);
$show_email = $params->get("show_email", 1);
require JModuleHelper::getLayoutPath($module->module, $layout);