disinclined.org
/
git
/
dylansserver.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fixed favicon link
[dylansserver.git]
/
includes
/
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
?
>