Revision 1758
Added by Luisehahne over 12 years ago
modify.php | ||
---|---|---|
230 | 230 |
} |
231 | 231 |
} |
232 | 232 |
|
233 |
$sec_anchor = (defined( 'SEC_ANCHOR' ) && ( SEC_ANCHOR != '' ) ? 'id="'.SEC_ANCHOR.$section['section_id'].'"' : '');
|
|
233 |
$sec_anchor = (defined( 'SEC_ANCHOR' ) && ( SEC_ANCHOR != '' ) ? 'id="'.SEC_ANCHOR.$section['section_id'].'"' : 'section_'.$section_id);
|
|
234 | 234 |
print '<div class="section-info" '.$sec_anchor.' ><b>' . $TEXT['BLOCK'] . ': </b>' . $block_name; |
235 | 235 |
print '<b> Modul: </b>' . $section['module']." "; |
236 | 236 |
print '<b> ID: </b>' . $section_id."</div>\n"; |
Also available in: Unified diff
! forgot to upload the install.php from wysiwyg modul in Revision 1756
! correcting some more SEC_ANCHOR