[ Index ] |
|
Code source de e107 0.7.8 |
1 if (defined("ICONPRINTPDF") && file_exists(THEME."images/".ICONPRINTPDF)) 2 { 3 $icon = THEME."images/".ICONPRINTPDF; 4 } 5 else 6 { 7 $icon = e_PLUGIN."pdf/images/pdf_16.png"; 8 } 9 $parms = explode("^",$parm); 10 11 //core //return "<a href='".e_BASE."pdf.php?{$parms[1]}'><img src='".$icon."' style='border:0' alt='{$parms[0]}' title='{$parms[0]}' /></a>"; 12 //plugin //return "<a href='".e_PLUGIN."pdf/pdf.php?{$parms[1]}'><img src='".$icon."' style='border:0' alt='{$parms[0]}' title='{$parms[0]}' /></a>"; 13 14 return " <a href='".e_PLUGIN."pdf/pdf.php?{$parms[1]}'><img src='".$icon."' style='border:0' alt='{$parms[0]}' title='{$parms[0]}' /></a>";
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Apr 1 01:23:32 2007 | par Balluche grâce à PHPXref 0.7 |