LifeType加入回響時的預設標題

今天想加入預設回響的主題時,發現找不到commentform.template
但看postandcomments.template裡卻是標示

程式碼:
{if $blogsettings->getValue(“comments_enabled”) && $post->getCommentsEnabled()==1}
<div id=”respond”>&nbsp;</div>
{include file=”$blogtemplate/commentform.template“}
{/if}