- Timestamp:
- 2011/01/20 04:03:25 (12 years ago)
- Location:
- branches/version-2_5-dev/data/Smarty/templates/default/frontparts/bloc
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/Smarty/templates/default/frontparts/bloc/guide.tpl
r19972 r19998 25 25 <ul class="button_like"> 26 26 <li> 27 <a href="<!--{$smarty.const.ROOT_URLPATH}-->abouts/<!--{$smarty.const.DIR_INDEX_ URL}-->"27 <a href="<!--{$smarty.const.ROOT_URLPATH}-->abouts/<!--{$smarty.const.DIR_INDEX_PATH}-->" 28 28 class="<!--{if $tpl_page_category == "abouts"}--> selected<!--{/if}-->" 29 29 >当サイトについて</a></li> 30 30 <li> 31 <a href="<!--{$smarty.const.HTTPS_URL}-->contact/<!--{$smarty.const.DIR_INDEX_ URL}-->"31 <a href="<!--{$smarty.const.HTTPS_URL}-->contact/<!--{$smarty.const.DIR_INDEX_PATH}-->" 32 32 class="<!--{if $tpl_page_category == "contact"}--> selected<!--{/if}-->" 33 33 >お問い合わせ</a></li> 34 34 <li> 35 <a href="<!--{$smarty.const.ROOT_URLPATH}-->order/<!--{$smarty.const.DIR_INDEX_ URL}-->"35 <a href="<!--{$smarty.const.ROOT_URLPATH}-->order/<!--{$smarty.const.DIR_INDEX_PATH}-->" 36 36 class="<!--{if $tpl_page_category == "order"}--> selected<!--{/if}-->" 37 37 >特定商取引に関する法律</a></li> -
branches/version-2_5-dev/data/Smarty/templates/default/frontparts/bloc/login.tpl
r19983 r19998 48 48 </div> 49 49 <p class="mini"> 50 <a href="<!--{$smarty.const.HTTPS_URL|sfTrimURL}-->/forgot/<!--{$smarty.const.DIR_INDEX_ URL}-->" onclick="win01('<!--{$smarty.const.HTTPS_URL|sfTrimURL}-->/forgot/<!--{$smarty.const.DIR_INDEX_URL}-->','forget','600','400'); return false;" target="_blank">パスワードを忘れた方はこちら</a>50 <a href="<!--{$smarty.const.HTTPS_URL|sfTrimURL}-->/forgot/<!--{$smarty.const.DIR_INDEX_PATH}-->" onclick="win01('<!--{$smarty.const.HTTPS_URL|sfTrimURL}-->/forgot/<!--{$smarty.const.DIR_INDEX_PATH}-->','forget','600','400'); return false;" target="_blank">パスワードを忘れた方はこちら</a> 51 51 </p> 52 52 <p class="mini"> -
branches/version-2_5-dev/data/Smarty/templates/default/frontparts/bloc/news.tpl
r19983 r19998 24 24 新着情報</h2> 25 25 <div class="bloc_body"> 26 <p>☆★☆ 新着情報は<a href="<!--{$smarty.const.ROOT_URLPATH}-->rss/<!--{$smarty.const.DIR_INDEX_ URL}-->" target="_blank">RSS</a>で配信しています。★☆★</p>26 <p>☆★☆ 新着情報は<a href="<!--{$smarty.const.ROOT_URLPATH}-->rss/<!--{$smarty.const.DIR_INDEX_PATH}-->" target="_blank">RSS</a>で配信しています。★☆★</p> 27 27 28 28 <!--{section name=data loop=$arrNews}-->
Note: See TracChangeset
for help on using the changeset viewer.