Project

General

Profile

« Previous | Next » 

Revision 1559

Added by Dietmar over 12 years ago

change quickSkin to alpha status, ATTANTION rename folder to quickSkin_alpha

View differences:

wb_quickSkin_28.php
36 36
// EXTENTSIONS DIR
37 37
$_CONFIG['extensions_dir'] = str_replace('\\','/', dirname(__FILE__).'/_lib/qx'); 
38 38

  
39
require_once (WB_PATH.'/include/quickSkin/_lib/quickSkin_28/class.quickskin.php');
39
require_once (WB_PATH.'/include/quickSkin_alpha/_lib/quickSkin_28/class.quickskin.php');
40 40

  
41 41

  
42 42
/**
43
	SET UP COMPRESSION 
44
*/
43
	Comment out : will not work on all clients
44
	Must be also made dependent from the client browser
45

  
46
	SET UP COMPRESSION
47

  
45 48
if ( ini_get( 'zlib.output_compression' )  && ini_get( 'zlib.output_compression_level' ) != 5 ) {
46 49
  ini_set( 'zlib.output_compression_level', '5' );
47 50
  ob_start();
48 51
}
49
/**
50
 * use_common_placeholders
51
 * 
52
 * This function is for QuickSkins internal use.
53
 * It will replace common placeholders to ease the work 
54
 * and the creation of modules and its templates
55
 * This function is called in the class.quickskin.php
56
 *
57
 */
52
*/
58 53

  
59 54
/**
60
 * use_common_placeholders
55
 * use_common_placeholders DEPRICATED
61 56
 * 
62 57
 * This function is for QuickSkins internal use.
63 58
 * It will replace common placeholders to ease the work 
......
66 61
 *
67 62
 */
68 63

  
69
function use_common_placeholders($text) {
64
function use_common_placeholders($text) {  //  DEPRICATED
70 65

  
71 66
	/**
72 67
		This function makes possible to use the following PLACEHOLDERS within your modules.

Also available in: Unified diff