Skip to content

Commit 913d3fa

Browse files
committed
Most of these don't work, others are just to old.
There is maybe one or two here that are ok, but that hardly justifies keeping this alive
1 parent 1fbbdaf commit 913d3fa

File tree

8 files changed

+2
-418
lines changed

8 files changed

+2
-418
lines changed

archive/2002.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
<span class="newsdate">[29-Oct-2002]</span>
156156
We added a new option to access our site's content quickly. In addition to
157157
<a href="/urlhowto.php">URL shortcuts</a>, keyboard shortcuts and
158-
<a href="/tips.php">browser specific magic</a> you can now use our
158+
browser specific magic you can now use our
159159
<a href="/sidebars.php">Search Bar</a> from the major browsers. Please help
160160
us to test this new service, and provide feedback via
161161
<a href="http://bugs.php.net/">the bug system</a> (categorize your bug

docs.php

+1-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
</p>
1717

1818
<p>
19-
You can learn how to integrate our online manual with various tools, including
20-
your web browser, on our <a href="tips.php">quick reference tips</a> page.
21-
You can also get more information about php.net URL shortcuts by visiting our
19+
More information about php.net URL shortcuts by visiting our
2220
<a href="urlhowto.php">URL howto page</a>.
2321
</p>
2422

index.php

-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@
172172
<p class='panel'><a href='/migration55'>Upgrading to PHP5.5</a></p>
173173
$announcements
174174
<p class='panel'><a href='/cal.php'>User Group Events</a></p>
175-
<p class='panel'><a href='/tips.php'>Tips and Tricks</a></p>
176175
<p class='panel'><a href='/thanks.php'>Special Thanks</a></p>
177176
178177
SIDEBAR_DATA;

privacy.php

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id: tips.php 286580 2009-07-31 10:28:16Z bjori $
32
$_SERVER['BASE_PAGE'] = 'privacy.php';
43
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
54
site_header("Privacy Policy", array("current" => "footer"));

sitemap.php

-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868
<li><a href="/my.php">My PHP.net</a></li>
6969
<li><a href="/urlhowto.php">URL Shortcuts</a></li>
7070
<li><a href="/quickref.php">Quick Function Reference</a></li>
71-
<li><a href="/tips.php">Quick Reference Tips</a></li>
7271
<li><a href="/sites.php">PHP.net Sites List</a></li>
7372
</ul>
7473

sitemap.xml

-3
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,6 @@
115115
<url>
116116
<loc>http://php.net/thanks.php</loc>
117117
</url>
118-
<url>
119-
<loc>http://php.net/tips.php</loc>
120-
</url>
121118
<url>
122119
<loc>http://php.net/unsub.php</loc>
123120
</url>

0 commit comments

Comments
 (0)