Revision 1750
Added by Luisehahne about 13 years ago
- fixed missing ({missing: TEXT_TEMPLATE}) in template details
| details.php | ||
|---|---|---|
| 101 | 101 |
} |
| 102 | 102 |
|
| 103 | 103 |
$template->set_var(array( |
| 104 |
'NAME' => $row['name'],
|
|
| 105 |
'AUTHOR' => $row['author'],
|
|
| 106 |
'DESCRIPTION' => $row['description'],
|
|
| 107 |
'VERSION' => $row['version'],
|
|
| 108 |
'DESIGNED_FOR' => $row['platform'],
|
|
| 109 |
'LICENSE' => $row['license'],
|
|
| 110 |
)
|
|
| 111 |
);
|
|
| 104 |
'NAME' => $row['name'],
|
|
| 105 |
'AUTHOR' => $row['author'],
|
|
| 106 |
'DESCRIPTION' => $row['description'],
|
|
| 107 |
'VERSION' => $row['version'],
|
|
| 108 |
'DESIGNED_FOR' => $row['platform'],
|
|
| 109 |
'LICENSE' => $row['license'],
|
|
| 110 |
)
|
|
| 111 |
); |
|
| 112 | 112 |
|
| 113 | 113 |
$mLang = ModLanguage::getInstance(); |
| 114 | 114 |
$mLang->setLanguage(ADMIN_PATH.'/addons/languages/', LANGUAGE, DEFAULT_LANGUAGE); |
Also available in: Unified diff