Merge branch 'seeddms-5.1.x' into seeddms-6.0.x

This commit is contained in:
Uwe Steinmann 2024-04-08 18:01:43 +02:00
commit f73bdb8388

View File

@ -647,7 +647,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'))