Revision 1758
Added by Luisehahne over 12 years ago
sections.php | ||
---|---|---|
323 | 323 |
{ |
324 | 324 |
$edit_page = ''; |
325 | 325 |
} |
326 |
$sec_anchor = (defined( 'SEC_ANCHOR' ) && ( SEC_ANCHOR != '' ) ? SEC_ANCHOR : ''); |
|
326 |
$sec_anchor = (defined( 'SEC_ANCHOR' ) && ( SEC_ANCHOR != '' ) ? SEC_ANCHOR : 'section_');
|
|
327 | 327 |
$edit_page_0 = '<a id="sid'.$section['section_id'].'" href="'.ADMIN_URL.'/pages/modify.php?page_id='.$results_array['page_id']; |
328 | 328 |
$edit_page_1 = ($sec_anchor!='') ? '#'.$sec_anchor.$section['section_id'].'">' : '">'; |
329 | 329 |
$edit_page_1 .= $section['module'].'</a>'; |
Also available in: Unified diff
! forgot to upload the install.php from wysiwyg modul in Revision 1756
! correcting some more SEC_ANCHOR