mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 23:42:11 +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
|
||||
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
|
||||
foreach($extconf['config'] as $confkey=>$conf) {
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue
Block a user