Revision 1956
Added by darkviper about 12 years ago
| settings.php | ||
|---|---|---|
| 471 | 471 |
// create indent chars |
| 472 | 472 |
$sTitlePrefix = str_repeat('-- ', $aPage['level']).' ';
|
| 473 | 473 |
$aTplItemData['PAGE_CODE_PAGE_TITLE'] = $sTitlePrefix . $aPage['menu_title']; |
| 474 |
$aTplItemData['PAGE_CODE_VALUE'] = intval($aPage['page_code']);
|
|
| 474 |
$aTplItemData['PAGE_CODE_VALUE'] = intval($aPage['page_ids']);
|
|
| 475 | 475 |
// set SELECTED status of this entry |
| 476 | 476 |
if( $aPage['page_id'] == $aCurrentPage['page_code'] |
| 477 | 477 |
&& $aCurrentPage['page_code'] != 0 |
Also available in: Unified diff
typofixes in /admin/pages/