Home > EC-CUBE > EC-CUBE 管理画面の使い方- 01

EC-CUBE 管理画面の使い方- 01

EC-CUBEの管理画面の使い方を説明します。
まずは管理画面のURL、構成、編集方法について記述します。

管理画面URL

http://サイト名/admin/

eccube01-01

管理画面の構成

ホーム
eccube01-02

メインメニュー
eccube01-03

サブメニュー
左の縦の一列です。
eccube01-04

ログイン直後の画面の編集

こちらのファイルを編集すると画面が変わります。

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行目を削除するとこうなります。

右側のお知らせ関係が消えましたね。
上記に記載のホームの画像と比べてみてください。
eccube01-05

こんな感じですっ。


関連するかもしれない記事:

タグ: ,