EC-Cubeトップページのtitleを修正する方法
data/Smarty/templates/default/site_frame.tplの
title内を
<title>
<!--{assign var=top value="`$smarty.const.ROOT_URLPATH`index.php"}-->
<!--{if $smarty.server.PHP_SELF==$top}-->
ここにトップページのタイトルを入れる
<!--{else}-->
<!--{$arrSiteInfo.shop_name|h}--><!--{if $tpl_subtitle|strlen >= 1}--> / <!--{$tpl_subtitle|h}--><!--{elseif $tpl_title|strlen >= 1}--> / <!--{$tpl_title|h}--><!--{/if}-->
<!--{/if}-->
</title>
に修正する。