|
From: <the...@us...> - 2006-03-20 00:02:10
|
Revision: 22 Author: thekingant Date: 2006-03-19 16:01:52 -0800 (Sun, 19 Mar 2006) ViewCVS: http://svn.sourceforge.net/fceultra/?rev=22&view=rev Log Message: ----------- Add a disclaimer Modified Paths: -------------- web/htdocs-inc/footer.php Modified: web/htdocs-inc/footer.php =================================================================== --- web/htdocs-inc/footer.php 2006-03-20 00:00:35 UTC (rev 21) +++ web/htdocs-inc/footer.php 2006-03-20 00:01:52 UTC (rev 22) @@ -1,4 +1,12 @@ -<p class="center"><a href="http://validator.w3.org/check/referer">XHTML 1.0</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a></p> +<p class="center"> +We are in no way affiliated or endorsed by Nintendo or Nintendo +of America. "Nintendo" is a registered trademark of Nintendo of +America Inc. +</p> +<p class="center"> +<a href="http://validator.w3.org/check/referer">XHTML 1.0</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> +</p> + </body> </html> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |