mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-27 22:42:57 +00:00
Some minor changes before I start working on contact.php
This commit is contained in:
parent
d1e8ace9c0
commit
e88f12d6fc
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
<?
|
||||
$sitename = "The QuakeForge Project";
|
||||
$pagename = "Homepage";
|
||||
$pagename = "Main";
|
||||
require("parts/library.php"); // Load function library
|
||||
include("parts/head.php"); // Load the HEAD and open BODY
|
||||
include("parts/topstrip.php"); // Display top strip
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<TABLE width="100%" border=0 cellspacing=0 cellpadding=0 bgcolor="" valign="center">
|
||||
<TR valign="top" bgcolor="#4b4f66">
|
||||
<TD>
|
||||
<IMG src="/img/logos/qf-logo.png" alt="QuakeForge Logo" hSpace=2 vspace=0 border=0 width="70" height="70">
|
||||
<IMG src="/img/logos/qf-logo.png" alt="QuakeForge" hSpace=2 vspace=0 border=0 width="70" height="70">
|
||||
</TD>
|
||||
<TD width="99%"><!-- right of logo -->
|
||||
<a href="http://sourceforge.net/"><IMG src="http://sourceforge.net/sflogo.php?group_id=882&type=1" align="right" alt="SourceForge" hspace=20 vspace=20 border=0 width="88" height="31"></A>
|
||||
|
|
Loading…
Reference in a new issue