function rb_theme_action_set_head_title in Rules Bonus Pack 7
The 'rb_misc_action_set_head_title' action.
File
- ./
rb_theme.rules.inc, line 43 - Rules actions to modify the theme. Plus some helper functions.
Code
function rb_theme_action_set_head_title($head_title) {
// Store the value in a static variable that we can use in our
// implementation of hook_preprocess_html()
rb_theme_static('head_title', $head_title);
}