//
// * e107 website system Copyright (C) 2008-2013 e107 Inc (e107.org)
/**
* e107 pdf generation plugin
*
*/
if (!plugInstalled('pdf'))
{
return;
}
$parms = explode("^",$parm);
if (defined("ICONPRINTPDF") && file_exists(THEME."images/".ICONPRINTPDF))
{
$icon = "
";
}
else
{
$icon = deftrue('BOOTSTRAP') ? "" : "
";
}
return " ".$icon."";