我在sobipro (joomla 2.5)中使用ja elastica免费模板。
Joomla模板系统让我可以定制一个特定模板的视图。
示例:
joomlasite/templates/mytemplate/html/com_content/article/default.php
这个文件重写/定制一篇文章的com_content输出。
我对没有“视图”的sobipro组件很感兴趣。
有什么建议吗?
谢谢。
发布于 2013-03-06 07:10:00
如果你的组件没有视图,你不能用模板覆盖它的视图。
模板只能使用模板目录中的html/com_YOUCOMPONENT/YOURVIEW/重写。
https://stackoverflow.com/questions/14358244
复制相似问题