* @version $id SVN * @access public * @license http://opensource.org/licenses/gpl-3.0.html */ global $plug; // we load css file and JS remote code headerAddCSS($plug->getVar('relative_url') .'css/style.css'); footerAddJS('http://sharenice.org/code.js'); $sharecontainer = '
<\/div>'; // shareNice including all services // $sharecontainer = '
<\/div>'; // We prepare the JS content to embed $js = " $('#breadcrumb').before('".$sharecontainer."'); "; footerAddInlineJS($js); ?>