disinclined.org
/
git
/
dylansserver.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
584adf3cc0c5ee39711cb86e6ecb2f0a6b81d01e
[dylansserver.git]
/
top.php
1
<
?php
2
3
function
NewPage
(
$title
){
4
5
$title
==
''
?
$title
=
'kjondesign'
:
$title
=
"kjondesign |
$title
"
;
6
7
print
<<<END
8
9
10
11
END
;
12
}
13
14
?
>