- added $branding for package-specific-patch-indication, fixes #60

This commit is contained in:
Michael Kaufmann (d00p)
2010-03-12 16:23:21 +00:00
parent 2c12c51977
commit a7f22a3426
3 changed files with 3 additions and 2 deletions

View File

@@ -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>

View File

@@ -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>
&copy; 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