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

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

QA

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

답변 2

본문

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

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

감사합니다. 

 

plugin/editor/smarteditor2/SmartEditor2Skin.html

이 질문에 댓글 쓰기 :

답변 2

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

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

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 }  ?>

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

호스팅 환경에 따라 안 될 수도 있습니다.

이럴 때는 호스팅 사에 문의하세요.

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
전체 16,822
© SIRSOFT
현재 페이지 제일 처음으로