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
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.