only show link if extension actually has documentation
This commit is contained in:
parent
5ae10473e3
commit
c0601640bf
@ -25,7 +25,7 @@ class ExtManagerTheme extends Themelet {
|
|||||||
$html .= "
|
$html .= "
|
||||||
<tr>
|
<tr>
|
||||||
$h_en
|
$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>
|
<td style='text-align: left;'>$h_description</td>
|
||||||
</tr>";
|
</tr>";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user