Drupal 访问我的主题中的视图参数
我有一个有 4 个参数的视图。说:红、黄、绿、蓝。
假设我有 4 个页面:
http://mysite.com/myview/red http://mysite.com/myview/yellow http://mysite.com/myview/green http://mysite.com/myview/blue
现在,如果我希望主题根据参数稍微改变,我该怎么做?例如,当您选择蓝色时,我希望标题的背景更改为蓝色。
任何建议都会很棒!
谢谢...
I have a view with 4 arguments. Say: Red, Yellow, Green, Blue.
Lets say I have 4 pages:
http://mysite.com/myview/red
http://mysite.com/myview/yellow
http://mysite.com/myview/green
http://mysite.com/myview/blue
Now if I want the theme to change slightly based on the argument, how could I do that? I want for example the background of the header to change to blue when you select blue.
Any suggestions would be great!
Thanks...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要从主题访问视图参数,您可以使用以下命令:
要根据此参数更改主题,您可以在所需位置添加 css 类,或加载特定样式表...等
To access view arguments from your theme you can use this :
To change theme according to this argument, you can add css class where you want, or load specific stylesheets...etc