gpt4 book ai didi

themes - plone.app.theming 中的多个主题

转载 作者:行者123 更新时间:2023-12-04 05:48:41 28 4
gpt4 key购买 nike

我正在尝试将不同的 html(主题)应用到我的首页 (index.html),而我的所有其他页面都将具有相同的主题 (index_in.html)。我正在尝试这种方式,并想知道为什么它不起作用:

摘自我的 rules.xml:

    ...
<theme href="index_in.html" css:if-content="#visual-portal-wrapper" />

<rules css:if-content="#visual-portal-wrapper">

<theme href="index.html" if-path="front-page"/>
<theme href="index_in.html" />
...

谢谢你

最佳答案

尝试...

<rules css:if-content="#visual-portal-wrapper">
<theme href="index.html" if-path="front-page" />
<theme href="index_in.html" />
...
</rules>

关于themes - plone.app.theming 中的多个主题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10367087/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com