Revision 1112
Added by Matthias over 15 years ago
details.php | ||
---|---|---|
80 | 80 |
'AUTHOR' => $module['author'], |
81 | 81 |
'DESCRIPTION' => $module['description'], |
82 | 82 |
'VERSION' => $module['version'], |
83 |
'DESIGNED_FOR' => $module['platform'] |
|
83 |
'DESIGNED_FOR' => $module['platform'], |
|
84 |
'ADMIN_URL' => ADMIN_URL, |
|
85 |
'WB_URL' => WB_URL, |
|
86 |
'WB_PATH' => WB_PATH, |
|
87 |
'THEME_URL' => THEME_URL |
|
84 | 88 |
) |
85 | 89 |
); |
86 | 90 |
|
Also available in: Unified diff
Added some missing variables to backend_themes (Thanks to Stefek)