Revision 1113
Added by Matthias over 15 years ago
index.php | ||
---|---|---|
137 | 137 |
'HEADING_MY_PASSWORD' => $HEADING['MY_PASSWORD'] |
138 | 138 |
) |
139 | 139 |
); |
140 |
// insert urls |
|
141 |
$template->set_var(array( |
|
142 |
'ADMIN_URL' => ADMIN_URL, |
|
143 |
'WB_URL' => WB_URL, |
|
144 |
'WB_PATH' => WB_PATH, |
|
145 |
'THEME_URL' => THEME_URL |
|
146 |
) |
|
147 |
); |
|
140 | 148 |
// Insert language text and messages |
141 | 149 |
$template->set_var(array( |
142 | 150 |
'TEXT_SAVE' => $TEXT['SAVE'], |
Also available in: Unified diff
Added missing variables also to preferences.php. Forgot in Changeset [1112]