diff options
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 |