Ignore:
Timestamp:
2013/07/08 21:58:43 (11 years ago)
Author:
Seasoft
Message:

#2043 (typo修正・ソース整形・ソースコメントの改善 for 2.13.0)

  • ソースコードのインデントを適切にする
  • 出力 HTML の冗長なインデントを減らす (strip)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/Smarty/templates/default/frontparts/bloc/category.tpl

    r22952 r22959  
    2727//]]></script> 
    2828 
    29 <div class="block_outer"> 
    30     <div id="category_area"> 
    31         <div class="block_body"> 
    32             <h2><img src="<!--{$TPL_URLPATH}-->img/title/tit_bloc_category.gif" alt="商品カテゴリ" /></h2> 
    33             <!--{include file="`$smarty.const.TEMPLATE_REALDIR`frontparts/bloc/category_tree_fork.tpl" children=$arrTree treeID="" display=1}--> 
     29<!--{strip}--> 
     30    <div class="block_outer"> 
     31        <div id="category_area"> 
     32            <div class="block_body"> 
     33                <h2><img src="<!--{$TPL_URLPATH}-->img/title/tit_bloc_category.gif" alt="商品カテゴリ" /></h2> 
     34                <!--{include file="`$smarty.const.TEMPLATE_REALDIR`frontparts/bloc/category_tree_fork.tpl" children=$arrTree treeID="" display=1}--> 
     35            </div> 
    3436        </div> 
    3537    </div> 
    36 </div> 
     38<!--{/strip}--> 
Note: See TracChangeset for help on using the changeset viewer.