only show link if extension actually has documentation

This commit is contained in:
Daku 2016-03-06 23:41:46 +00:00
parent 5ae10473e3
commit c0601640bf

View File

@ -25,7 +25,7 @@ class ExtManagerTheme extends Themelet {
$html .= "
<tr>
$h_en
<td><a href='$h_link'>$h_name</a></td>
<td>".($extension->documentation ? "<a href='$h_link'>$h_name</a>" : $h_name)."</td>
<td style='text-align: left;'>$h_description</td>
</tr>";
}