Changeset 11982

Show
Ignore:
Timestamp:
09/04/07 11:38:56 (1 year ago)
Author:
w_i
Message:

Made the topic appending to the page class configurable. refs #102

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/midcom.core/midcom/config/midcom_config.php

    r11945 r11982  
    496496$GLOBALS['midcom_config_default']['positioning_enable'] = false; 
    497497 
     498// Page class (body class) 
     499// If this argument is set to true, sanitized name of the component is added to the page class string. 
     500$GLOBALS['midcom_config_default']['page_class_include_component'] = true; 
     501 
    498502/* ----- Include the site config ----- */ 
    499503/* This should be replaced by $_MIDGARD constructs */