채택완료

~~.html 파일도 분기를 할 수 있나요?

2022-06-05 (일) 22:26:08 1,241

~~.html 파일도 분기를 할 수 있나요?

관리자와 비관리자로 분기를 해서 사용하려고요.

감사합니다. 

plugin/editor/smarteditor2/SmartEditor2Skin.html

|

답변 2개 / 댓글 1개

채택된 답변
+20 포인트

php 파일과 똑같이 사용가능합니다.

답변에 대한 댓글 1개

세크티 님, 답변 감사합니다.

plugin/editor/smarteditor2/SmartEditor2Skin.html

아래와 같이 분기를 했는데 작동을 안합니다.
무엇을 잘못 했죠?

>> 관리자는 사용하고, 다른 회원은 사용 못하고 했어요.


<?php if ($is_admin == 'super' || $is_auth) { ?>

<ul class="se2_multy" style="display:none">
<li class="se2_mn husky_seditor_ui_photo_attach"><button type="button" class="se2_photo ico_btn"><span class="se2_icon"></span><span class="se2_mntxt">사진<span class="se2_new"></span></span></button></li>
</ul>

<?php }else{ ?>



<?php } ?>

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