| Gabor Hojtsy 2005-03-14, 3:57 pm |
| goba Mon Mar 14 09:16:14 2005 EDT
Modified files:
/phpweb links.php
Log:
adding Jakub's site to the links page
http://cvs.php.net/diff.php/phpweb/...9&r2=1.180&ty=u
Index: phpweb/links.php
diff -u phpweb/links.php:1.179 phpweb/links.php:1.180
--- phpweb/links.php:1.179 Mon Nov 22 11:55:22 2004
+++ phpweb/links.php Mon Mar 14 09:16:13 2005
@@ -1,5 +1,5 @@
<?php
-// $Id: links.php,v 1.179 2004/11/22 16:55:22 dams Exp $
+// $Id: links.php,v 1.180 2005/03/14 14:16:13 goba Exp $
$_SERVER['BASE_PAGE'] = 'links.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
site_header("Links");
@@ -503,6 +503,16 @@
</li>
<li>
+ <strong>Czech Republic</strong>
+ <ul>
+ <li>
+ <a href="http://php.vrana.cz/">PHP tricks</a><br />
+ Weblog about PHP programming
+ </li>
+ </ul>
+ </li>
+
+ <li>
<strong>Dutch</strong>
<ul>
<li>
|