* @version $Id$ * @access public * @license http://opensource.org/licenses/gpl-3.0.html */ global $plug; $addthis = '
'; $js_config = " var addthis_config = { ui_508_compliant: true, ui_language: '".U_L."', }; "; // We prepare the JS content to embed $js = "$('#printer').before('".$addthis."');"; // @todo fix bug with easy-pie-chart // https://github.com/rendro/easy-pie-chart/issues/131 // we load JS services footerAddJS ( 'http://s7.addthis.com/js/250/addthis_widget.js' ); headerAddCSS ( $plug->getVar ( 'relative_url' ) . 'css/style.css' ); footerAddInlineJS ( $js_config ); footerAddInlineJS ( $js ); ?>