[Tep-j-general] Re: defaultにバナー管理機能の適応に関して

Back to archive index

Seiji Sogabe sogab****@alles*****
2006年 6月 3日 (土) 09:28:53 JST


曽我部です。

Shuhei Akeo wrote:
> defalt.phpの範囲にニュース情報であったり、キャンペーンバナーを
> バナー管理機能を使用して反映させるには
> どうしたらいいでしょうか?

default.phpの範囲というのが、TOP画面の真ん中のところとすると、

- ニュース情報

  NewsBox on default.php
  http://www.oscommerce.com/community/contributions,422

  osCommerceによるオンラインショップ構築テクニック
  http://www.shuwasystem.co.jp/cgi-bin/detail.cgi?isbn=4-7980-0832-X
  に、日本語化したモジュールが付いてきます。

- キャンペーンバナー

   catalog/includes/footer.php の 52行目

>   52  <?php
>   53    if ($banner = tep_banner_exists('dynamic', '468x50')) {
>   54  ?>
>   55  <br>
>   56  <table border="0" width="100%" cellspacing="0" cellpadding="0">
>   57    <tr>
>   58      <td align="center"><?php echo tep_display_banner('static', $banner); ?></td>
>   59    </tr>
>   60  </table>
>   61  <?php
>   62    }
>   63  ?>

   をdefault.phpのお好きなところに追加すれば、表示されると思います。

では。

-- 
sogab****@alles*****




Tep-j-general メーリングリストの案内
Back to archive index