- versionchecking via url_fopen now works again and looks better
This commit is contained in:
@@ -123,11 +123,15 @@ $header
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="field_name_border_left">{$lng['admin']['latestversion']}:</td>
|
||||
<td class="field_display"><a href="$lookfornewversion_link">$lookfornewversion_lable</a></td>
|
||||
<if $isnewerversion != 0 >
|
||||
<td class="field_display"><a href="$lookfornewversion_link"><strong>$lookfornewversion_lable</strong></a></td>
|
||||
<else>
|
||||
<td class="field_display"><a href="$lookfornewversion_link">$lookfornewversion_lable</a></td>
|
||||
</if>
|
||||
</tr>
|
||||
<if $lookfornewversion_addinfo != ''>
|
||||
<tr>
|
||||
<td class="field_name_border_left" colspan="2">$lookfornewversion_addinfo</td>
|
||||
<td class="field_name_border_left" colspan="2"><strong>$lookfornewversion_addinfo</strong></td>
|
||||
</tr>
|
||||
</if>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user