Project

General

Profile

« Previous | Next » 

Revision 1625

Added by Dietmar over 12 years ago

! update correct_theme_source and fixed the call in all files

View differences:

index.php
128 128
{
129 129
   $wb->preprocess($output);
130 130
}
131

  
131 132
// Load Droplet engine and process
132 133
	if(file_exists(WB_PATH .'/modules/droplets/droplets.php')) {
133 134
		include_once(WB_PATH .'/modules/droplets/droplets.php');
......
135 136
			$output = evalDroplets($output);
136 137
		}
137 138
	}
139

  
138 140
// Load backwards compatible frontend filter support and process
139 141
	if(file_exists(WB_PATH .'/modules/output_filter/filter-routines.php')) {
140 142
		include_once(WB_PATH .'/modules/output_filter/filter-routines.php');
......
145 147
		}
146 148

  
147 149
	}
150

  
148 151
// move css definitions into head section
149 152
	if(function_exists('moveCssToHead')) {
150 153
		$output = moveCssToHead($output);

Also available in: Unified diff