「themes.html」内のブロックタイトル部分を以下のように、smartyタグで囲む
<{if $block.title|regex_replace:"/.*none/":"none" ne "none"}>
<div class="centerCblockTitle"><{$block.title}></div>
<{/if}>
そして、「互換モジュール」→「ブロックの管理」と進み、タイトルを消したいブロックのタイトルを「none」とする。
以上の操作でブロックのタイトル消すことができる。
コメントする