mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 00:53:00 +01:00
NEW Show by default README.md file found into root dir of ext module.
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user