채택완료

모바일과 pc다르게 하고싶어요

2018-04-12 (목) 12:54:14 1,936

<li id="ol_arm"> 알림

<strong class="bell"><i class="fa fa-bell-o"  aria-hidden="true"></i>

   <span class="tnb_nb nb_nb_new <?php echo $armbg ?>" id="arm_cnt"><?php echo $msg_count?></span><dl></dl></strong>

 <dl id="dd_arm" style="display: none;">

 </li>

pc상에서는 저 알림 이라는 한글이 없이 

그냥 폰트어썸만 나타나게 하려고 하는데요 

pc는 저 알림이라는 글자 없고

모바일은 저 상태로 알림 이라는 글자 있게 

다르게 하려면 어떻게 해야되나여?

|

답변 1개

채택된 답변
+20 포인트

"알림" 부분을 아래와 같이 수정해보세요.

Copy
<? if (G5_IS_MOBILE) echo"알림"; ?>

답변을 작성하려면 로그인이 필요합니다.