バージョン選択

フォーラム

メニュー

オンライン状況

30 人のユーザが現在オンラインです。 (23 人のユーザが フォーラム を参照しています。)
登録ユーザ: 1
ゲスト: 29
d6hyv4bf もっと...

サイト内検索

質問 > フロント機能 > トップページでレフトカラムが無効になっている?

フロント機能

新規スレッドを追加する

スレッド表示 | 新しいものから 前のトピック | 次のトピック | 下へ
投稿者 スレッド
puppy
投稿日時: 2016/6/17 15:55
対応状況: −−−
半人前
登録日: 2016/3/7
居住地:
投稿: 29
トップページでレフトカラムが無効になっている?
TOPページのレイアウト設定にて、レフトカラムにブロックを入れても表示されません。
他のページは表示されます。
以下site_main.tplのコードにに何か問題があるのかと思ったのですが、違うようでした。
どなたか、他に確認すべき事項などあれば教えて頂けないでしょうか?


一応site_main.tplのコードです。

<blockquote>
<!--{* ▼HEADER *}-->
<!--{include file= $header_tpl}-->
<!--{* ▲HEADER *}-->
<!--{assign var=index value="`$smarty.const.ROOT_URLPATH`index.php"}-->

<section id="wrapper" class="container<!--{if $smarty.server.PHP_SELF!=$index}--> no-index<!--{/if}-->">

<!--{* ▼TOP COLUMN*}-->
<!--{if $arrPageLayout.TopNavi|@count > 0}-->
	<div id="topcolumn">
	<!--{* ▼上ナビ *}-->
	<!--{foreach key=TopNaviKey item=TopNaviItem from=$arrPageLayout.TopNavi}-->
		<!-- ▼<!--{$TopNaviItem.bloc_name}--> -->
		 <!--{if $TopNaviItem.php_path != ""}-->
			<!--{include_php file=$TopNaviItem.php_path items=$TopNaviItem}-->
		<!--{else}-->
			<!--{include file=$TopNaviItem.tpl_path items=$TopNaviItem}-->
		<!--{/if}-->
		<!-- ▲<!--{$TopNaviItem.bloc_name}--> -->
	<!--{/foreach}-->
	<!--{* ▲上ナビ *}-->
	</div>
<!--{/if}-->
<!--{* ▲TOP COLUMN*}-->

<!--{* ▼CENTER COLUMN *}-->
	<style>/*<!--{if $smarty.server.PHP_SELF!=$index}-->*/</style>
	<div id="main_column" class="colnum<!--{$tpl_column_num|h}--><!--{if $tpl_column_num == 2}--> <!--{if $arrPageLayout.LeftNavi|@count == 0}-->left<!--{else}-->right<!--{/if}--><!--{/if}-->">
	<!--{/if}-->
	<!--{* ▼メイン上部 *}-->
	<!--{if $arrPageLayout.MainHead|@count > 0}-->
		<!--{foreach key=MainHeadKey item=MainHeadItem from=$arrPageLayout.MainHead}-->
			<!-- ▼<!--{$MainHeadItem.bloc_name}--> -->
			<!--{if $MainHeadItem.php_path != ""}-->
				<!--{include_php file=$MainHeadItem.php_path items=$MainHeadItem}-->
			<!--{else}-->
				<!--{include file=$MainHeadItem.tpl_path items=$MainHeadItem}-->
			<!--{/if}-->
			<!-- ▲<!--{$MainHeadItem.bloc_name}--> -->
		<!--{/foreach}-->
	<!--{/if}-->
	<!--{* ▲メイン上部 *}-->

	<!-- ▼メイン -->
	<!--{include file=$tpl_mainpage}-->
	<!-- ▲メイン -->

	<!--{* ▼メイン下部 *}-->
	<!--{if $arrPageLayout.MainFoot|@count > 0}-->
		<!--{foreach key=MainFootKey item=MainFootItem from=$arrPageLayout.MainFoot}-->
			<!-- ▼<!--{$MainFootItem.bloc_name}--> -->
			<!--{if $MainFootItem.php_path != ""}-->
				<!--{include_php file=$MainFootItem.php_path items=$MainFootItem}-->
			<!--{else}-->
				<!--{include file=$MainFootItem.tpl_path items=$MainFootItem}-->
			<!--{/if}-->
			<!-- ▲<!--{$MainFootItem.bloc_name}--> -->
		<!--{/foreach}-->
	<!--{/if}-->
	<!--{* ▲メイン下部 *}-->
	<!--{if $smarty.server.PHP_SELF!=$index}-->
	</div>
	<!--{/if}-->
<!--{* ▲CENTER COLUMN *}-->


<!--{* ▼LEFT COLUMN *}-->
<style>/*<!--{if $smarty.server.PHP_SELF != $index}-->*/</style>
<!--{if $arrPageLayout.LeftNavi|@count > 0}-->
	<div id="leftcolumn" class="side_column">
	<!--{* ▼左ナビ *}-->
	<!--{foreach key=LeftNaviKey item=LeftNaviItem from=$arrPageLayout.LeftNavi}-->
		<!-- ▼<!--{$LeftNaviItem.bloc_name}--> -->
		<!--{if $LeftNaviItem.php_path != ""}-->
			<!--{include_php file=$LeftNaviItem.php_path items=$LeftNaviItem}-->
		<!--{else}-->
			<!--{include file=$LeftNaviItem.tpl_path items=$LeftNaviItem}-->
		<!--{/if}-->
		<!-- ▲<!--{$LeftNaviItem.bloc_name}--> -->
	<!--{/foreach}-->
	<!--{* ▲左ナビ *}-->
	</div>
<!--{/if}-->
<!--{/if}-->
<!--{* ▲LEFT COLUMN *}-->

<!--{* ▼RIGHT COLUMN *}-->
<style>/*<!--{if $smarty.server.PHP_SELF != $index}-->*/</style>
<!--{if $arrPageLayout.RightNavi|@count > 0}-->
	<div id="rightcolumn" class="side_column">
	<!--{* ▼右ナビ *}-->
	<!--{foreach key=RightNaviKey item=RightNaviItem from=$arrPageLayout.RightNavi}-->
		<!-- ▼<!--{$RightNaviItem.bloc_name}--> -->
		<!--{if $RightNaviItem.php_path != ""}-->
			<!--{include_php file=$RightNaviItem.php_path items=$RightNaviItem}-->
		<!--{else}-->
			<!--{include file=$RightNaviItem.tpl_path items=$RightNaviItem}-->
		<!--{/if}-->
		<!-- ▲<!--{$RightNaviItem.bloc_name}--> -->
	<!--{/foreach}-->
	<!--{* ▲右ナビ *}-->
	</div>
<!--{/if}-->
<!--{/if}-->
<!--{* ▲RIGHT COLUMN *}-->

<!--{* ▼BOTTOM COLUMN*}-->
<!--{if $arrPageLayout.BottomNavi|@count > 0}-->
	<div id="bottomcolumn">
	<!--{* ▼下ナビ *}-->
	<!--{foreach key=BottomNaviKey item=BottomNaviItem from=$arrPageLayout.BottomNavi}-->
		<!-- ▼<!--{$BottomNaviItem.bloc_name}--> -->
		<!--{if $BottomNaviItem.php_path != ""}-->
			<!--{include_php file=$BottomNaviItem.php_path items=$BottomNaviItem}-->
		<!--{else}-->
			<!--{include file=$BottomNaviItem.tpl_path items=$BottomNaviItem}-->
		<!--{/if}-->
		<!-- ▲<!--{$BottomNaviItem.bloc_name}--> -->
	<!--{/foreach}-->
	<!--{* ▲下ナビ *}-->
	</div>
<!--{/if}-->
<!--{* ▲BOTTOM COLUMN*}-->

</section>

<!--{* ▼FOOTER *}-->
<!--{if $arrPageLayout.footer_chk != 2}--><!--{include file=$footer_tpl}--><!--{/if}-->
<!--{* ▲FOOTER *}-->

</blockquote>
puppy
投稿日時: 2016/6/17 17:02
対応状況: 解決済
半人前
登録日: 2016/3/7
居住地:
投稿: 29
Re: トップページでレフトカラムが無効になっている?
自己解決いたしました。
よくよく整理してコードを見ると、
<style>/*<!--{if $smarty.server.PHP_SELF != $index}-->*/</style>

の部分を
<!--{* if $smarty.server.PHP_SELF != $index *}-->

とするだけでした。
焦って単純なことで質問してしまい、申し訳ございませんでした。
スレッド表示 | 新しいものから 前のトピック | 次のトピック | トップ


 



ログイン


EC-CUBE公式 Amazon Payプラグイン

統計情報

総メンバー数は88,803名です
総投稿数は109,972件です

投稿数ランキング

1
seasoft
7367
2
468
3217
3
AMUAMU
2712
4
nanasess
2313
5
umebius
2085
6
yuh
1819
7
h_tanaka
1644
8
red
1570
9
mcontact
1289
10
tsuji
958
11
fukap
907
12
shutta
835
13
tao_s
799
14 ramrun 789
15 karin 689
16 sumida 641
17
homan
633
18 DELIGHT 572
19
patapata
502
20
flealog
485


ネットショップの壺

EC-CUBEインテグレートパートナー

Copyright© EC-CUBE CO.,LTD. All Rights Reserved.