function template_preprocess_site_map_box in Site map 7
Preprocesses the variables for theme_site_map_box().
File
- includes/
site_map.theme.inc, line 25 - site_map.theme.inc
Code
function template_preprocess_site_map_box(&$variables) {
$variables['attributes']['class'][] = 'site-map-box';
}