- added $branding for package-specific-patch-indication, fixes #60
This commit is contained in:
@@ -119,7 +119,7 @@ $header
|
||||
{$cron_last_runs}
|
||||
<tr>
|
||||
<td class="field_name_border_left">{$lng['admin']['installedversion']}:</td>
|
||||
<td class="field_display">{$version}</td>
|
||||
<td class="field_display">{$version}{$branding}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="field_name_border_left">{$lng['admin']['latestversion']}:</td>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<td width="100%" class="footer">
|
||||
<br />Froxlor
|
||||
<if ($settings['admin']['show_version_login'] == '1' && $filename == 'index.php') || ($filename != 'index.php' && $settings['admin']['show_version_footer'] == '1')>
|
||||
{$version}
|
||||
{$version}{$branding}
|
||||
</if>
|
||||
© 2009-2010 by <a href="http://www.froxlor.org/" target="_blank">the Froxlor Team</a>
|
||||
<br />Theme based on work by: Luca Piona and Luca Longinotti
|
||||
|
||||
Reference in New Issue
Block a user