Revision 1956
Added by darkviper about 12 years ago
| index.php | ||
|---|---|---|
| 159 | 159 |
$aNewEntry['DISABLED'] = ($aItem['disabled'] ? ' disabled="disabled" class="disabled"' : ''); |
| 160 | 160 |
if(!$aItem['parent']) {
|
| 161 | 161 |
$aNewEntry['FLAG_ROOT_ICON'] = ' style="background-image: url('.THEME_REL.'/images/flags/'
|
| 162 |
. strtolower($aItem['LANGUAGE']).'.png);"';
|
|
| 162 |
. strtolower($aItem['language']).'.png);"';
|
|
| 163 | 163 |
} |
| 164 | 164 |
$aNewEntry['TITLE'] = str_repeat('- ', $aItem['level']).$aItem['menu_title'];
|
| 165 | 165 |
// write block into template |
Also available in: Unified diff
typofixes in /admin/pages/