function template_preprocess_footermap in footermap: a footer site map 8
Same name and namespace in other branches
- 7 footermap.theme.inc \template_preprocess_footermap()
Footermap template preprocess function.
Parameters
array &$variables: An associative array of the render item.
File
- ./
footermap.theme.inc, line 16 - Footermap theme and preprocess implementation.
Code
function template_preprocess_footermap(array &$variables) {
$variables['attributes'] = new Attribute($variables['attributes']);
}