diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-01-31 02:09:26 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-01-31 02:09:26 +0000 |
commit | 11f5c0ded8c584e0d344a53d2bdf67a5299bf8e4 (patch) | |
tree | 17c3c6ae18b7f32eea9b5be6cb41c3c2a0d76ff6 /phpBB/templates | |
parent | 19d74ef0ae97306cb700faf3f2f126df256822b8 (diff) | |
download | forums-11f5c0ded8c584e0d344a53d2bdf67a5299bf8e4.tar forums-11f5c0ded8c584e0d344a53d2bdf67a5299bf8e4.tar.gz forums-11f5c0ded8c584e0d344a53d2bdf67a5299bf8e4.tar.bz2 forums-11f5c0ded8c584e0d344a53d2bdf67a5299bf8e4.tar.xz forums-11f5c0ded8c584e0d344a53d2bdf67a5299bf8e4.zip |
Minor update
git-svn-id: file:///svn/phpbb/trunk@2025 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r-- | phpBB/templates/subSilver/images/index.htm | 10 | ||||
-rw-r--r-- | phpBB/templates/subSilver/index.htm | 10 |
2 files changed, 16 insertions, 4 deletions
diff --git a/phpBB/templates/subSilver/images/index.htm b/phpBB/templates/subSilver/images/index.htm index ee1f723a7d..491b26dd23 100644 --- a/phpBB/templates/subSilver/images/index.htm +++ b/phpBB/templates/subSilver/images/index.htm @@ -1,10 +1,16 @@ <html> <head> -<title></title> +<title>subSilver created by subBlue Design</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> +<table width="100%" height="100%" cellspacing="0" cellpadding="0" border="0"> + <tr> + <td align="center" valign="middle"><a href="http://www.subblue.com/" target="_new"><img src="created_by.jpg" width="400" height="300" border="0" alt="Created by subBlue Design" /></a></td> + </tr> +</table> + </body> -</html> +</html>
\ No newline at end of file diff --git a/phpBB/templates/subSilver/index.htm b/phpBB/templates/subSilver/index.htm index ee1f723a7d..79908c5993 100644 --- a/phpBB/templates/subSilver/index.htm +++ b/phpBB/templates/subSilver/index.htm @@ -1,10 +1,16 @@ <html> <head> -<title></title> +<title>subSilver created by subBlue Design</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> +<table width="100%" height="100%" cellspacing="0" cellpadding="0" border="0"> + <tr> + <td align="center" valign="middle"><a href="http://www.subblue.com/" target="_new"><img src="images/created_by.jpg" width="400" height="300" border="0" alt="Created by subBlue Design" /></a></td> + </tr> +</table> + </body> -</html> +</html>
\ No newline at end of file |