Ignore:
Timestamp:
2010/12/31 10:46:42 (13 years ago)
Author:
Seasoft
Message:

#834(パラメータの定数名に「URL」を含むにもかかわらず、パスのみのものがある) 一部改修

File:
1 edited

Legend:

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

    r18700 r19802  
    2525        <ul class="button_like"> 
    2626        <li> 
    27             <a href="<!--{$smarty.const.URL_DIR}-->abouts/<!--{$smarty.const.DIR_INDEX_URL}-->" 
     27            <a href="<!--{$smarty.const.URL_PATH}-->abouts/<!--{$smarty.const.DIR_INDEX_URL}-->" 
    2828                class="<!--{if $tpl_page_category == "abouts"}--> selected<!--{/if}-->" 
    2929            >当サイトについて</a></li> 
    3030        <li> 
    31             <a href="<!--{$smarty.const.SSL_URL}-->contact/<!--{$smarty.const.DIR_INDEX_URL}-->" 
     31            <a href="<!--{$smarty.const.HTTPS_URL}-->contact/<!--{$smarty.const.DIR_INDEX_URL}-->" 
    3232                class="<!--{if $tpl_page_category == "contact"}--> selected<!--{/if}-->" 
    3333            >お問い合わせ</a></li> 
    3434        <li> 
    35             <a href="<!--{$smarty.const.URL_DIR}-->order/<!--{$smarty.const.DIR_INDEX_URL}-->" 
     35            <a href="<!--{$smarty.const.URL_PATH}-->order/<!--{$smarty.const.DIR_INDEX_URL}-->" 
    3636                class="<!--{if $tpl_page_category == "order"}--> selected<!--{/if}-->" 
    3737            >特定商取引に関する法律</a></li> 
Note: See TracChangeset for help on using the changeset viewer.