コード例 #1
0
ファイル: gateway.class.php プロジェクト: ashik968/digiplot
 public function icon()
 {
     if ($this->icon) {
         return '<img src="' . jigoshop::force_ssl($this->icon) . '" alt="' . $this->title . '" />';
     }
     return '';
 }