直接访问Joomla中的组件
问题描述:
I have an iframe on my Joomla site which is supposed to show a component. So I would like to access a Joomla component directly without using a template. Is that possible?
我的Joomla网站上有一个iframe,它应该显示一个组件。 所以我想直接访问Joomla组件而不使用模板。 这可能吗? p> div>
答
In order to load joomla content without template and modules you have to put &tmpl=component
at the end of url.
Hope this helps