Index: /branches/mobile/data/Smarty/templates/mobile/top.tpl
===================================================================
--- /branches/mobile/data/Smarty/templates/mobile/top.tpl	(revision 11524)
+++ /branches/mobile/data/Smarty/templates/mobile/top.tpl	(revision 11532)
@@ -24,5 +24,9 @@
 <a href="products/search.php" accesskey="2"><!--{2|numeric_emoji}-->¾¦ÉÊ¸¡º÷</a><br>
 <a href="magazine/index.php" accesskey="3"><!--{3|numeric_emoji}-->¥á¥ë¥Þ¥¬ÅÐÏ¿</a><br>
-<a href="entry/new.php" accesskey="4"><!--{4|numeric_emoji}-->²ñ°÷ÅÐÏ¿¡¦Âà²ñ</a><br>
+<!--{if $isLogin eq true}-->
+<a href="mypage/refusal.php" accesskey="4"><!--{4|numeric_emoji}-->²ñ°÷Âà²ñ</a><br>
+<!--{else}-->
+<a href="entry/new.php" accesskey="4"><!--{4|numeric_emoji}-->²ñ°÷ÅÐÏ¿</a><br>
+<!--{/if}-->
 <a href="guide/index.php" accesskey="5"><!--{5|numeric_emoji}-->¤´ÍøÍÑ¥¬¥¤¥É</a><br>
 <a href="contact/index.php" accesskey="6"><!--{6|numeric_emoji}-->¤ªÌä¤¤¹ç¤»</a><br>
Index: /branches/mobile/html/mobile/index.php
===================================================================
--- /branches/mobile/html/mobile/index.php	(revision 11398)
+++ /branches/mobile/html/mobile/index.php	(revision 11532)
@@ -15,4 +15,5 @@
 $objPage = new LC_Page();
 $conn = new SC_DBConn();
+$objCustomer = new SC_Customer();
 
 // ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ
@@ -20,4 +21,5 @@
 
 $objView = new SC_SiteView();
+$objView->assign("isLogin", $objCustomer->isLoginSuccess());
 $objView->assignobj($objPage);
 $objView->display(SITE_FRAME);
