garland_process_page
- Versions
- 7
garland_process_page(&$vars)
Override or insert variables into the page template.
Code
themes/garland/template.php, line 115
<?php
function garland_process_page(&$vars) {
// Hook into color.module
if (module_exists('color')) {
_color_page_alter($vars);
}
}
?>Login or register to post comments 