Changeset 11532


Ignore:
Timestamp:
2007/03/05 16:02:54 (17 years ago)
Author:
rebelt
Message:

トップページの会員登録・退会のリンクを修正しました。

Location:
branches/mobile
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/mobile/data/Smarty/templates/mobile/top.tpl

    r11524 r11532  
    2424<a href="products/search.php" accesskey="2"><!--{2|numeric_emoji}-->¾¦Éʸ¡º÷</a><br> 
    2525<a href="magazine/index.php" accesskey="3"><!--{3|numeric_emoji}-->¥á¥ë¥Þ¥¬ÅÐÏ¿</a><br> 
    26 <a href="entry/new.php" accesskey="4"><!--{4|numeric_emoji}-->²ñ°÷ÅÐÏ¿¡¦Âà²ñ</a><br> 
     26<!--{if $isLogin eq true}--> 
     27<a href="mypage/refusal.php" accesskey="4"><!--{4|numeric_emoji}-->²ñ°÷Âà²ñ</a><br> 
     28<!--{else}--> 
     29<a href="entry/new.php" accesskey="4"><!--{4|numeric_emoji}-->²ñ°÷ÅÐÏ¿</a><br> 
     30<!--{/if}--> 
    2731<a href="guide/index.php" accesskey="5"><!--{5|numeric_emoji}-->¤´ÍøÍÑ¥¬¥¤¥É</a><br> 
    2832<a href="contact/index.php" accesskey="6"><!--{6|numeric_emoji}-->¤ªÌ䤤¹ç¤»</a><br> 
  • branches/mobile/html/mobile/index.php

    r11398 r11532  
    1515$objPage = new LC_Page(); 
    1616$conn = new SC_DBConn(); 
     17$objCustomer = new SC_Customer(); 
    1718 
    1819// ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ 
     
    2021 
    2122$objView = new SC_SiteView(); 
     23$objView->assign("isLogin", $objCustomer->isLoginSuccess()); 
    2224$objView->assignobj($objPage); 
    2325$objView->display(SITE_FRAME); 
Note: See TracChangeset for help on using the changeset viewer.