theme css template.php

Fix for Messy code to generate a body id and class for css

  1. /**
  2.  * Make additional variables available and override some core variables
  3.  */
  4. function _phptemplate_variables($hook, $vars) {
  5.   switch ($hook) {
  6.     case 'page':

Messy code to generate a body id an class for css

  1. /**
  2.  * Make additional variables available and override some core variables
  3.  */
  4. function _phptemplate_variables($hook, $vars) {
  5.   switch ($hook) {
  6.     case 'page':
Syndicate content