mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Updated copyright notices. Happy New Year!
This commit is contained in:
@@ -20,7 +20,7 @@ site_header("License, Copyright and Contact");
|
||||
|
||||
<p>
|
||||
The code, text, PHP logo, and graphical elements on this website
|
||||
and the mirror websites (the "Site") are Copyright © 2001-2003
|
||||
and the mirror websites (the "Site") are Copyright © 2001-2004
|
||||
The PHP Group. All rights reserved.
|
||||
</p>
|
||||
|
||||
|
||||
@@ -203,7 +203,7 @@ function site_footer($config = array())
|
||||
|
||||
<div id="pagefooter">
|
||||
<div id="copyright">
|
||||
<a href="/copyright.php">Copyright © 2001-2003 The PHP Group</a><br />
|
||||
<a href="/copyright.php">Copyright © 2001-2004 The PHP Group</a><br />
|
||||
All rights reserved.
|
||||
</div>
|
||||
|
||||
@@ -571,7 +571,7 @@ function commonFooter() {
|
||||
|
||||
<table border="0" cellspacing="0" cellpadding="6" width="100%">
|
||||
<tr valign="top" bgcolor="#cccccc">
|
||||
<td><small><?php echo make_link('/copyright.php', 'Copyright © 2001-2003 The PHP Group'); ?><br />All rights reserved.</small></td>
|
||||
<td><small><?php echo make_link('/copyright.php', 'Copyright © 2001-2004 The PHP Group'); ?><br />All rights reserved.</small></td>
|
||||
<td align="right"><small>
|
||||
<a href="/mirror.php">This mirror</a> generously provided by:
|
||||
<a href="<?php echo mirror_provider_url();?>"><?php echo mirror_provider();?></a><br />
|
||||
|
||||
@@ -463,7 +463,7 @@ function manual_header_print()
|
||||
<?php print_link("/", make_image('logos/php-med-trans-light.gif', 'PHP', 'left')); ?>
|
||||
This is a printer friendly version of the PHP Manual.<br />
|
||||
Original address of this page: <?php print_link($_SERVER['BASE_HREF']); ?><br />
|
||||
<small><?php print_link('copyright.php', 'Copyright © 1997-2003 The PHP Documentation Group'); ?> All rights reserved.</small>
|
||||
<small><?php print_link('copyright.php', 'Copyright © 1997-2004 The PHP Documentation Group'); ?> All rights reserved.</small>
|
||||
<hr class="topdivider" />
|
||||
<?php
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user