repo.or.cz
/
akelos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixing content type ordering when content_type is not defined.
[akelos.git]
/
test
/
fixtures
/
app
/
helpers
/
mailer_helper.php
blob
55115539f492eb7220475580bced7d798e329d72
1
<
?php
2
3
class
MailerHelper
extends
AkActionViewHelper
4
{
5
function
person_name
()
6
{
7
return
"Mr. Joe Person"
;
8
}
9
}
10
11
12
?
>