repo.or.cz
/
wvapps.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed numerous bugs in my FogBugz OOP stuff, but it's still kind of wonky.
[wvapps.git]
/
nitlog
/
happy.inc.php
blob
5cea0712a00a32ae83aba0996843310586d9f867
1
<
?php
2
3
$happydirs
=
array
(
'home'
,
'nitlog'
,
'conf'
);
4
$happytext
=
array
(
'home'
=>
'Home'
,
5
'nitlog'
=>
'NITLog'
,
6
'conf'
=>
'Conferences'
);
7
8
?
>