Re: [解決済み] Slide Showcaseについて
フォーラム › 拡張プラグイン › [解決済み] Slide Showcaseについて › Re: [解決済み] Slide Showcaseについて
2011年9月8日 6:43 AM
#62762
ipd
参加者
分かりました、ではNEXTボタン無くして対応致します。
コードを置き換えたのですがエラーだらけで…
下記部分は変更しなくて良いのでしょうか?
args = func_get_args();
$post = $args[1];
$opts = $args[2];
$width = $opts;
$colum = $opts;
$limargin = $opts;
$lipadding = $opts;
$liborder = $opts;
$liwidth = ($width + $limargin) / $colum – $limargin – ($lipadding * 2) – ($liborder * 2);
$liheight = $opts – $lipadding * 2;
$txtheight = $opts;
$imgwidth = $liwidth;
$imgheight = $liheight – $txtheight;
$border = $liborder ? ” : ‘border:0px’;
usces_have_skus();