‘変更’ タグのついている投稿

EC CUBEのタイトル改変:文字位置とタグ構成

2009 年 1 月 30 日 金曜日

siteframe.tplにある、siteframe.tpl

<!–{assign var=index  value="`$smarty.const.URL_DIR`index.php"}–>
<!–{if $smarty.server.PHP_SELF==$index}–>
<title><!–{$arrSiteInfo.shop_name}–></title>
<!–{else}–>
<title><!–{$tpl_title|escape}–>:<!–{$arrSiteInfo.shop_name|escape}–></title>

このエントリーを含むはてなブックマーク

EC CUBEのタイトルを改変:デフォルト文字を変更する

2009 年 1 月 30 日 金曜日

<!–{assign var=index  value="`$smarty.const.URL_DIR`index.php"}–>
<!–{if $smarty.server.PHP_SELF==$index}–>
<title><!–{$arrSiteInfo.shop_name}–></title>
<!–{else}–>
<title><!–{$tpl_title|escape}–>:<!–{$arrSiteInfo.shop_name}–></title>
<!–{/if}–>

このエントリーを含むはてなブックマーク