Project

General

Profile

« Previous | Next » 

Revision 1557

Added by Luisehahne over 14 years ago

! update editor.css for allcssand round (Tks to Ruebenwurzel)
  1. bugfix in forgot_form.php

View differences:

wb_quickSkin_28.php
8 8
/* -------------------------------------------------------- */
9 9

  
10 10
// use Debug Mode?
11
$debugmode = false; 
12
if(!isset($module_dir)) {
13
		die('<head><title>Access denied</title></head><body><h2 style="color:red;margin:3em auto;text-align:center;">Missing variable $module_dir</h2></body></html>');
14
}
11
$debugmode = false;
12

  
15 13
$aMsg = array();
16 14
require_once(WB_PATH.'/framework/functions.php');
17 15
// COMPILED TEMPLATES
18
$_CONFIG['quickskin_compiled'] = WB_PATH.'/temp/'.$module_dir.'/_skins_tmp/';
16
$_CONFIG['quickskin_compiled'] = WB_PATH.'/temp/quickSkin/_skins_tmp/';
19 17
if(!is_dir($_CONFIG['quickskin_compiled'])) {
20 18
	$msg = createFolderProtectFile($_CONFIG['quickskin_compiled']);
21 19
	if(sizeof($msg)) {
......
25 23
}
26 24

  
27 25
// CACHED FILES
28
$_CONFIG['quickskin_cache'] = WB_PATH.'/temp/'.$module_dir.'/_skins_cache/';
26
$_CONFIG['quickskin_cache'] = WB_PATH.'/temp/quickSkin/_skins_cache/';
29 27
if(!is_dir($_CONFIG['quickskin_cache'])) {
30 28
	$msg = createFolderProtectFile($_CONFIG['quickskin_cache']);
31 29
	if(sizeof($msg)) {

Also available in: Unified diff