mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 21:51:32 +00:00
add anchor for each extension config
This commit is contained in:
parent
5fa252ca08
commit
eb751e4195
|
@ -715,7 +715,7 @@ if(!is_writeable($settings->_configFilePath)) {
|
||||||
<?php
|
<?php
|
||||||
foreach($GLOBALS['EXT_CONF'] as $extname=>$extconf) {
|
foreach($GLOBALS['EXT_CONF'] as $extname=>$extconf) {
|
||||||
?>
|
?>
|
||||||
<tr ><td><b><?php echo $extconf['title'];?></b></td></tr>
|
<tr><td><a name="<?php echo $extname;?>"></a><b><?php echo $extconf['title'];?></b></td></tr>
|
||||||
<?php
|
<?php
|
||||||
foreach($extconf['config'] as $confkey=>$conf) {
|
foreach($extconf['config'] as $confkey=>$conf) {
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user