Revision 1495
Added by DarkViper about 13 years ago
module.functions.php | ||
---|---|---|
27 | 27 |
This file contains routines to edit the optional module files: frontend.css and backend.css |
28 | 28 |
Mechanism was introduced with WB 2.7 to provide a global solution for all modules |
29 | 29 |
To use this function, include this file from your module (e.g. from modify.php) |
30 |
Then simply call the function edit_css('your_module_directory') - that?s it
|
|
30 |
Then simply call the function edit_css('your_module_directory') - that�s it
|
|
31 | 31 |
NOTE: Some functions were added for module developers to make the creation of own module easier |
32 | 32 |
*/ |
33 | 33 |
|
... | ... | |
254 | 254 |
return true; |
255 | 255 |
} |
256 | 256 |
} |
257 |
|
|
258 |
?> |
|
259 | 257 |
Also available in: Unified diff
fix SQL-statements to SQL-strict