Revision 1824
Added by Luisehahne almost 13 years ago
| setparameter.php | ||
|---|---|---|
| 27 | 27 |
|
| 28 | 28 |
$admin = new admin('Media', 'media', false);
|
| 29 | 29 |
// Include the WB functions file |
| 30 |
require_once(WB_PATH.'/framework/functions.php');
|
|
| 30 |
if(!function_exists('directory_list')) { require(WB_PATH.'/framework/functions.php'); }
|
|
| 31 | 31 |
|
| 32 | 32 |
// check if theme language file exists for the language set by the user (e.g. DE, EN) |
| 33 | 33 |
if(!file_exists(THEME_PATH .'/languages/'.LANGUAGE .'.php')) {
|
Also available in: Unified diff
! update media in look to the changes in user management