mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
do not add anchor for extension config, if no config exists
This commit is contained in:
parent
9558075a2f
commit
b6a1339bd7
|
@ -613,7 +613,8 @@ if(($kkk = $this->callHook('getFullSearchEngine')) && is_array($kkk))
|
|||
-->
|
||||
<?php
|
||||
foreach($extmgr->getExtensionConfiguration() as $extname=>$extconf) {
|
||||
echo '<a class="scrollto" data-target="#'.$extname.'">'.$extconf['title']."</a> ● ";
|
||||
if($extconf['config'])
|
||||
echo '<a class="scrollto" data-target="#'.$extname.'">'.$extconf['title']."</a> ● ";
|
||||
}
|
||||
foreach($extmgr->getExtensionConfiguration() as $extname=>$extconf) {
|
||||
if($this->hasHook('processConfig'))
|
||||
|
|
Loading…
Reference in New Issue
Block a user