怎样为一个特殊的页面设置模板。

From Joomla! Documentation

This page is a translated version of the page How do you assign a template to a specific page? and the translation is 33% complete.
Outdated translations are marked like this.
General Information

This answer is transcluded from Switching templates

笔记

  • 你无法为单页面指定默认样式。

我们来看下JOOMLA!的样式是怎么实现的

模板系统是使用itemID(这个字段)来决定应该展示哪个模板/样式的。ItemIDS又是随着菜单的创建被自动创建的(创建菜单时,新菜单将会被系统赋予一个新的ItemID)。当然了,这也是为什么我们在设置模板/样式时,系统会给出菜单列表的原因。

参考其它的标准来设置模板/样式

我们参考其它的标准在第三方的扩展中来设置模板。具体请参考JOOMLA扩展目录中的Templating 部分。