| Gabor Hojtsy 2005-06-07, 8:56 am |
| goba Tue Jun 7 04:34:35 2005 EDT
Modified files:
/phpweb links.php
Log:
copyleft seems to be gone, cafepress changed their search URLs
http://cvs.php.net/diff.php/phpweb/...2&r2=1.183&ty=u
Index: phpweb/links.php
diff -u phpweb/links.php:1.182 phpweb/links.php:1.183
--- phpweb/links.php:1.182 Thu Apr 14 16:01:22 2005
+++ phpweb/links.php Tue Jun 7 04:34:33 2005
@@ -1,5 +1,5 @@
<?php
-// $Id: links.php,v 1.182 2005/04/14 20:01:22 jacques Exp $
+// $Id: links.php,v 1.183 2005/06/07 08:34:33 goba Exp $
$_SERVER['BASE_PAGE'] = 'links.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
site_header("Links");
@@ -449,13 +449,14 @@
<h4>PHP Merchandise</h4>
<ul>
+ <?php /*
<li>
<a href="http://www.copyleft.net/search.phtml?search=1&lookup%5Bbrand_id%5D=47">Copyleft</a><br />
Some t-shirts, hats and stickers with the Copyleft variant of the PHP logo on them.
- </li>
+ </li> */ ?>
<li>
- <a href="http://www.cafeshops.com/cp/searchresults_x.aspx?criteria=storeid&searchstring=php">PHP projects' merchandise</a><br />
+ <a href="http://www.cafepress.com/cp/browse/?Nao=1&No=1&Nty=1&N=0&Ntk=All&Ntt=php&x=0&y=0">PHP projects' merchandise</a><br />
A search result page with various PHP related projects' shops (not all results are necessarily PHP related!)
</li>
</ul>
|