【问题标题】:Change the Drupal theme according to the day time根据白天时间更改 Drupal 主题
【发布时间】:2011-03-14 23:43:52
【问题描述】:

我想写一个drupal模块,它会根据服务器的时间在2个主题之间切换。

请说,我应该实现哪个钩子。

我应该使用

function hook_init(){
    global $custom_theme;
    $custom_theme = (<condition> ? 'theme1' : 'theme2');
}

?

谢谢。

【问题讨论】:

    标签: drupal drupal-6 themes drupal-modules


    【解决方案1】:

    是的,应该可以在您的模块中使用。我已经在我自己的一个中进行了测试,它工作正常。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-11-24
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多