[ Index ]
 

Code source de e107 0.7.8

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/e107_files/shortcode/ -> print_item.sc (source)

   1  if (defined("ICONPRINT") && file_exists(THEME."images/".ICONPRINT))
   2  {
   3      $icon = THEME."images/".ICONPRINT;
   4  }
   5  else
   6  {
   7      $icon = e_IMAGE."generic/".IMODE."/printer.png";
   8  }
   9  $parms = explode("^",$parm);
  10  return "<a href='".e_BASE."print.php?{$parms[1]}'><img src='".$icon."' style='border:0' alt='{$parms[0]}' title='{$parms[0]}' /></a>";


Généré le : Sun Apr 1 01:23:32 2007 par Balluche grâce à PHPXref 0.7