我有两个类别需要自己的布局。现在看起来这两个类别都在使用template/html/com_content/category/blog.php
,我一生都无法弄清楚如何从菜单项布局选择中将其切换到不同的布局。
Joomla 1.5 我读过的东西:
- http://docs.joomla.org/Understanding_Output_Overrides
- http://docs.joomla.org/How_to_override_the_output_from_the_Joomla!_core
无论我在...my-template/html/com_content/category
或中的什么位置放置额外的文件...my-template/html/com_content/category/views/[category]/[tmpl]/
,布局选择对话框中都不会显示新的布局。系统调试似乎也没有打印出任何有用的模板信息。
做什么?