diff --git a/extensions/exconf/templates/exconf/list.phtml b/extensions/exconf/templates/exconf/list.phtml index d9a73faf0..439284cef 100644 --- a/extensions/exconf/templates/exconf/list.phtml +++ b/extensions/exconf/templates/exconf/list.phtml @@ -33,8 +33,10 @@ foreach($this->extensions as $name => $extension){ urlBase.(!isset($extension->confAction) ? 'exconf/conf/?name='. $name : $extension->confAction); ?>

title; ?> author)) { - echo 'by '.(isset($extension->authorUrl)?''.$extension->author.'':$extension->author).''; + if (isset($extension->authorLabel)) { + echo 'by '. (isset($extension->authorUrl) + ? ''. $extension->authorLabel .'' + : $extension->authorLabel) .''; } ?>