| Gabor Hojtsy 2004-12-27, 8:55 pm |
| goba Mon Dec 27 17:18:16 2004 EDT
Modified files:
/phpweb/include layout.inc
Log:
ups, forgot to remove that reference, thanks to Vincent Gevers for pointing it out
http://cvs.php.net/diff.php/phpweb/...3&r2=1.214&ty=u
Index: phpweb/include/layout.inc
diff -u phpweb/include/layout.inc:1.213 phpweb/include/layout.inc:1.214
--- phpweb/include/layout.inc:1.213 Sun Dec 26 16:35:28 2004
+++ phpweb/include/layout.inc Mon Dec 27 17:18:16 2004
@@ -1,5 +1,5 @@
<?php
-/* $Id: layout.inc,v 1.213 2004/12/26 21:35:28 goba Exp $ */
+/* $Id: layout.inc,v 1.214 2004/12/27 22:18:16 goba Exp $ */
// Set the static content root differently on php.net
$_SERVER['STATIC_ROOT'] = ($MYSITE == 'http://www.php.net/') ?
@@ -225,7 +225,7 @@
<a href="{$provider_url}">{$provider_name}</a><br />
Last updated: {$last_updated}
</div>
-</div>{$functionsjs}
+</div>
<script src="{$_SERVER['STATIC_ROOT']}/functions.js" type="text/javascript"></script>
</body>
|