The standard output from any Joomla! Module or Component can be overridden by adding code to the html directory of your template.
任何Joomla模块或组件的标准输出都可以通过在自定义模板的html路径中增加相应的文件来进行覆盖。
The above code in essence lets the Joomla! package installer know that there are files to extract, and that they are part of the template as a whole.
这行代码让Joomla的安装器(installer)知道这里有一些文件需要提取,并且它们是整个模板的一部分。
The example in Listing 2 is based on a template that I wrote for one of my clients (I'll get to templates shortly) for a Joomla-based site.
清单 2 中的例子基于的是我为我的一个客户编写的模板(我稍候会详细介绍有关模板的内容),该模板是针对一个基于 Joomla 的站点设计的。
应用推荐