mirror of
https://git.code.sf.net/p/quake/website
synced 2025-03-13 05:01:58 +00:00
Set MIME types, re-add SF logo to top of pages.
This commit is contained in:
parent
3960a30025
commit
db512e0d46
2 changed files with 10 additions and 7 deletions
|
@ -2,26 +2,29 @@
|
|||
<? need ('table'); ?>
|
||||
<TABLE width="100%" border="0" cellSpacing="0" cellPadding="0" bgColor="<? echo menuBgColor; ?>">
|
||||
<TR vAlign="top">
|
||||
<? tableSpacer (1, 3, 4, menuBgColor); ?>
|
||||
<? tableSpacer (1, 3, 6, menuBgColor); ?>
|
||||
</TR>
|
||||
<TR vAlign="top">
|
||||
<? tableSpacer (3, 1, 1, menuBgColor); ?>
|
||||
<TD align="center" vAlign="middle">
|
||||
<? // Project logo rotation
|
||||
srand ((double) microtime () * 1000000);
|
||||
echo '<IMG src="/img/logos/' . $theme . '-logo' . rand (1,3) . '.png" alt="QuakeForge" border="0">';
|
||||
?>
|
||||
echo '<IMG src="/img/logos/' . $theme . '-logo' . rand (1,3) . '.png" alt="QuakeForge" border="0">'; ?>
|
||||
</TD>
|
||||
<? tableSpacer (3, 1, 1, menuBgColor); ?>
|
||||
<TD width="100%" vAlign="middle"><!--Site name -->
|
||||
<SPAN class="mainTitle"><? echo $siteName; ?></SPAN>
|
||||
</TD>
|
||||
<? tableSpacer (3, 1, 1, menuBgColor); ?>
|
||||
<TD align="right" vAlign="middle"><!-- SourceForge Logo -->
|
||||
<A href="http://sourceforge.net"><IMG src="http://sflogo.sourceforge.net/sflogo.php?group_id=882&type=2" width="125" height="37" border="0" alt="SourceForge Logo"></A>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<? tableSpacer (1, 3, 4, menuBgColor); ?>
|
||||
<? tableSpacer (1, 3, 6, menuBgColor); ?>
|
||||
</TR>
|
||||
<TR>
|
||||
<? tableSpacer (2, 2, 4, black); ?>
|
||||
<? tableSpacer (2, 2, 6, black); ?>
|
||||
</TR>
|
||||
</TABLE>
|
||||
<!-- end top title table -->
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
'<TR>';
|
||||
tableSpacer (1, 1, 1, white);
|
||||
echo '<TD>';
|
||||
// iconLink ('http://sourceforge.net/projects/quake/', '/img/icons/anvil.png', 'SourceForge', isFocused($focused, 'summary'));
|
||||
iconLink ('http://sourceforge.net/projects/quake/', '/img/icons/anvil.png', 'SourceForge', isFocused($focused, 'summary'));
|
||||
iconLink ('/', '/img/icons/home.png', 'Homepage', isFocused($focused, 'home'));
|
||||
iconLink ('/bugs/', '/img/icons/bugs.png', 'Bugs', isFocused($focused, 'bugs'));
|
||||
// iconLink ('http://sourceforge.net/support/?group_id=882', '/img/icons/support.png', 'Support', isFocused($focused, 'support'));
|
||||
|
@ -26,7 +26,7 @@
|
|||
// iconLink ('http://sourceforge.net/pm/?group_id=882', '/img/icons/tasks.png', 'Tasks', isFocused($focused, 'tasks'));
|
||||
// iconLink ('http://sourceforge.net/survey/?group_id=882', '/img/icons/survey.png', 'Surveys', isFocused($focused, 'survey'));
|
||||
iconLink ('/news.php', '/img/icons/news.png', 'News Archives', isFocused($focused, 'news'));
|
||||
iconLink ('/cgi-bin/viewcvs.cgi/', '/img/icons/cvs.png', 'CVS', isFocused($focused, 'cvs'));
|
||||
iconLink ('http://quake.svn.sourceforge.net/viewvc/quake/', '/img/icons/cvs.png', 'Subversion', isFocused($focused, 'cvs'));
|
||||
iconLink ('/files.php', '/img/icons/download.png', 'Downloads', isFocused($focused, 'download'));
|
||||
echo '</TD></TR></TABLE>';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue