//根据 条件 设置自定义的主题
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';
}
}