欢迎各位兄弟 发布技术文章

这里的技术是共享的

You are here

//根据 条件 设置自定义的主题

shiping1 的头像
//根据 条件 设置自定义的主题
function shipingzhongcustomtwo_init()
{
    global $user, $custom_theme;
    // Set all node pages (including the node itself, as well as pages for
    // editing it, deleting it, etc.) to default to using the 'some_theme'
    // theme, rather than the site's normal default theme.
    if (arg(0) == 'user' || arg(0) == 'myuserpoints' ) {
        $custom_theme = 'garland';
    }
}
普通分类: