NEW Show by default README.md file found into root dir of ext module.

This commit is contained in:
Laurent Destailleur
2017-03-21 16:29:31 +01:00
parent a5c11dc840
commit b5e646daa0
5 changed files with 79 additions and 13 deletions

View File

@@ -338,7 +338,7 @@ if ($mode == 'desc')
$text.='<br>';
$moduledesclong=$objMod->getDescLong();
if ($moduledesclong) $text.='<br><hr><br>'.$moduledesclong.'<br>';
if ($moduledesclong) $text.='<br><hr><div class="moduledesclong">'.$moduledesclong.'<div>';
}
if ($mode == 'feature')