2010-02-16 3 views

답변

0

잘 모르겠습니다. 질문을 이해했습니다. 도움이 되나요? 템플릿에서

<?php 
    $smarty = new Smarty(); 
    $smarty->assign('hometitle',$hometitle); 
    $smarty->display('index.tpl'); 
?> 

:

<html> 
    <head> 
    <title>{$hometitle}</title> 
    </head> 
    <body> 
    <!--body content here--> 
    </body> 
</html> 
당신의 PHP에서

관련 문제