根据 URL 更改主题

Change a theme based on the URL

我有一个 Drupal7 实例 example.com.Which 安装并激活了主题 bartik。

我希望在查看此部分下的页面时显示不同的主题(例如 http://example.com/events, http://example.com/node/1)。我该怎么做?他们的 any shot 代码或 drupal 模块是否可用于显示基于 url 的不同主题?

您可以使用 Drupal 模块:ThemeKey

ThemeKey allows you to define simple or sophisticated theme-switching rules which allow automatic selection of a theme depending on current path, taxonomy terms, language, node-type, and many, many other properties.

或者,您可以使用主题回调。这是一个doc