~~.html 파일도 분기를 할 수 있나요?
관리자와 비관리자로 분기를 해서 사용하려고요.
감사합니다.
plugin/editor/smarteditor2/SmartEditor2Skin.html
|
답변 2개 / 댓글 1개
채택된 답변
+20 포인트
2022-06-05 (일) 22:27:39
php 파일과 똑같이 사용가능합니다.
답변에 대한 댓글 1개
alexseo
2022-06-05 (일) 23:10:41
2022-06-06 (월) 00:49:37
https://stackoverflow.com/questions/6295141/server-not-parsing-html-as-php
https://stackoverflow.com/questions/39389263/parsing-html-as-php-in-htaccess-for-apache-2-4
호스팅 환경에 따라 안 될 수도 있습니다.
이럴 때는 호스팅 사에 문의하세요.
답변을 작성하려면 로그인이 필요합니다.
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 } ?>