覆盖Joomla组件模板 [英] Override Joomla Component Template

查看:105
本文介绍了覆盖Joomla组件模板的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用此URL访问组件的原始HTML:

I am using this URL to access the raw HTML of a component:

/index.php?option=com_downloadform&tmpl=component

但是它还会返回文档类型,标题标签,标题标签等.

However it also returns the document type, title tags, head tags etc.

有没有办法只返回<body></body>之间的内容?

Is there a way to return only the content between <body> and </body>?

谢谢

伊恩

推荐答案

在模板文件夹中,创建一个文件(例如raw.php),并且仅在该文件内部:

Inside your template folder, create a file (e.g. raw.php) and inside that file place only:

<jdoc:include type="component" />

然后,您可以使用/index.php?option=com_downloadform&tmpl=raw 访问该组件的原始输出.链接中的tmpl参数必须是不带扩展名的文件名.

Then, you can use /index.php?option=com_downloadform&tmpl=raw to access the raw output of the component. The tmpl parameter in your link must be the name of the file without the extension.

这篇关于覆盖Joomla组件模板的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆