我想在我的“xml_bloc”中添加 youtube 视频,这是我的代码
[CustomTagSettings]
AvailableCustomTags[]=youtube
IsInline[youtube]=true
新闻标签“youtube 在我的后台可见。这里的模板内容是“youtube.tpl”
<div class="video">
<object width="{$width}" height="{$height}" type="application/x-shockwave-flash" data="{$content}">
<param name="movie" value="{$content}"></param>
<param name="allowfullscreen" value="true"></param>
</object>
</div>
我的问题是我在哪里保存我的模板 templates/content/view/datatype/ezxmltags/youtube.tpl ?
预先感谢您的帮助。