指定した日付に合わせて、表示内容を変更する分岐文。

EC-CUBEはSmartyでMVCモデルを構築。使うタグはSmartyタグを利用する。

<!--{*閲覧している日付が2014/01/01以降の場合、ヘッダーの壁紙を変更する*}-->

<script>// <![CDATA[
$(function(){
            $('#header').css('background','url("img/header/bg_header.png") no-repeat scroll center top rgba(0, 0, 0, 0)');
        });
// ]]></script>
<!--{else}-->