我试图为Joomla模块设置自定义样式。我在/ templates / MY_TEMPLATE_NAME / html目录中创建了文件modules.php。以下文件的内容:
defined('_JEXEC') or die;
function modChrome_custom($module, &$params, &$attribs)
{
echo '<h3>test style chrome</h3>';
}
现在,我尝试使用此样式从我的模板输出模块。我是这样做的:
<jdoc:include type="modules" name="position-1" style="custom" />
但看起来我的自定义样式不适用于模块,我看到的只是标准模块布局。我错过了什么吗?
答案 0 :(得分:0)
你需要转到Extensions-&gt;模块管理器, 选择要应用自定义样式的模块, 在“高级”标签中,有一个选项&#34;模式样式&#34;,在您的模板名称下应该有&#39; custom&#39; 选择它作为样式