Remove SF branding

This commit is contained in:
Deon George
2019-04-21 23:37:10 +10:00
parent 511ead3ec6
commit 3c0ca27477
2 changed files with 6 additions and 15 deletions

View File

@@ -323,7 +323,7 @@ class page {
printf('<tr class="foot"><td><small>%s</small></td><td colspan="2"><div id="ajFOOT">%s</div>%s</td></tr>',
isCompress() ? '[C]' : '&nbsp;',
app_version(),
get_href('logo') ? sprintf('<a href="%s"><img src="%s" alt="SourceForge.net Logo" style="border: 0px;" /></a>',get_href('sf'),get_href('logo')) : '&nbsp;');
'&nbsp;');
}
/**