projects
/
ccan
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ccanlint: show each test as we execute it with -vv
[ccan]
/
web
/
logo.html
diff --git
a/web/logo.html
b/web/logo.html
index 7239556c764d05c1f877183dd9fed5b672a4f26a..9a15f28a410bc57fe578d850e31667df09123b23 100644
(file)
--- a/
web/logo.html
+++ b/
web/logo.html
@@
-1,3
+1,7
@@
+<?php
+// Pages created in subdirs need ../ appended.
+$url_prefix = getenv("URLPREFIX");
+?>
<html>
<head>
<title>ccan</title>
<html>
<head>
<title>ccan</title>
@@
-6,10
+10,10
@@
<table align="center" width="100%" bgcolor="FFFFFF">
<tr>
<th>
<table align="center" width="100%" bgcolor="FFFFFF">
<tr>
<th>
- <img src="ccan.jpg" width="250" height="80">
+ <img src="
<?=$url_prefix?>
ccan.jpg" width="250" height="80">
</th>
<th>
</th>
<th>
- <h1>Comprehensive C Archi
e
ve Network <h1>
+ <h1>Comprehensive C Archive Network <h1>
</th>
</tr>
</th>
</tr>
-</table>
\ No newline at end of file
+</table>