묻고답하기
레이아웃에 특정 php 파일을 불러오고 싶습니다.
2011.12.27 10:18
보통 레이아웃 소스에 html파일을 include하여 원하는 위젯 또는 이미지를 불러오기도 하는데요
php 파일로 작성한 문서를 include하려고 하니 출력 자체를 해주지 않습니다.
html 파일 문서안에 php 파일을 불러와 출력하게 하려면 어떠한 작업을 해야하나요?
주소만 wwwww, 123123 처리하였습니다.
<!--%import("css/loginface.css")-->
<div id="userProfilea" class="userProfilea" style="display:inline;">
<profile_image->src">!--@if($logged_info->profile_image->src)-->
<img src="{$logged_info->profile_image->src}" width=25px; height=25px;>
<!--@else-->
<img src="http://wwwwww.com/xe/image/noprofile.jpg" width=25px; height=25px;>
<!--@end-->
</div>
<div id="nameface" style="display:inline;"><div class="fl"><font color="#7d7d7d"><b>{$logged_info->nick_name}</b></font>
<?
include (http://www.123123.com/xe/notijk.php);
?>
</div></div>
빨간 부분이 출력이 안되고 있습니다.
리눅스에서
AddType application/x-httpd-php .html .php3 .php .phtml .inc .html .htm
추가후 service httpd restart하고 stop and start 확인하였습니다.