- 2009-06-10 (水) 2:03
- EC-CUBE
EC-CUBEの管理画面の使い方を説明します。
まずは管理画面のURL、構成、編集方法について記述します。
管理画面URL
http://サイト名/admin/
管理画面の構成
ログイン直後の画面の編集
こちらのファイルを編集すると画面が変わります。
Ver.2.4.0 /data/Smarty/templates/default/admin/home.tpl
<table width="266" border="0" cellspacing="0" cellpadding="0" summary=" ">
<!--お知らせここから-->
<!--{foreach item=info from=$arrInfo}-->
<tr><td height="15"></td></tr>
<tr>
<td><img src="<!--{$TPL_DIR}-->img/contents/infottl_top_left.jpg" width="12" height="5" alt="" border="0"></td>
<td><img src="<!--{$TPL_DIR}-->img/contents/infottl_top.jpg" width="249" height="5" alt="" border="0"></td>
<td><img src="<!--{$TPL_DIR}-->img/contents/infottl_top_right.jpg" width="5" height="5" alt="" border="0"></td>
</tr>
<tr>
<td background="<!--{$TPL_DIR}-->img/contents/infottl_day_left.jpg">
<img src="<!--{$TPL_DIR}-->img/contents/infottl_day_left.jpg" width="12" height="10" alt="" border="0">
</td>
<td background="<!--{$TPL_DIR}-->img/contents/infottl_bg01.jpg">
<img src="<!--{$TPL_DIR}-->img/contents/icon.jpg"
width="15"
height="9"
alt="">
<span class="infodate"><!--{$info.disp_date|sfDispDBDate:false|escape}--></span>
</td>
<td background="<!--{$TPL_DIR}-->img/contents/infottl_day_right.jpg">
<img src="<!--{$TPL_DIR}-->img/contents/infottl_day_right.jpg"
width="5"
height="10"
alt=""
border="0">
</td>
</tr>
<tr><td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/infottl_middle.jpg" width="266" height="8" alt="" border="0"></td></tr>
<tr>
<td background="<!--{$TPL_DIR}-->img/contents/infottl_bottom_left.jpg"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="12" height="1" alt=""></td>
<td background="<!--{$TPL_DIR}-->img/contents/infottl_bg02.jpg" class="infottl"><!--{$info.title}--></td>
<td background="<!--{$TPL_DIR}-->img/contents/infottl_bottom_right.jpg"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="5" height="1" alt=""></td>
</tr>
<tr><td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/infottl_bottom.jpg" width="266" height="7" alt="" border="0"></td></tr>
<tr><td height="5"></td></tr>
<tr>
<td colspan="3" class="fs10"><span class="info"><!--{$info.body}--></span></td>
</tr>
<!--{/foreach}-->
<!--お知らせここまで-->
</table>
例えばですが164行目〜205行目を削除するとこうなります。
右側のお知らせ関係が消えましたね。
上記に記載のホームの画像と比べてみてください。

こんな感じですっ。
- EC‐CUBE「Ver2対応」公式ガイドブック―オープンソースECサイト構築ソフト
- ECサイト4モデル式 Google Analytics経営戦略 (ビジネスアスキー)
- PHPによるECサイトプログラミング~ショッピングカートから決済まで―MySQLのデータベース設計とPHPセッション管理の作法
関連するかもしれない記事:
- EC-CUBEオーナーズストア の紹介
- EC-CUBEマニュアルサイト の紹介
- EC-CUBE Trac の紹介
- EC-CUBE開発コミュニティサイト
- EC‐CUBE「Ver2対応」公式ガイドブック—オープンソースECサイト構築ソフト
- Newer: Mac OS X で PostgreSQL を使ってみよう
- Older: RTX1200 を購入しましたっ


