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
/
application_controller.php
blob
1214f48ccf046eb8b8647674d8112c9da0099449
1
<
?php
2
3
require_once
(
AK_LIB_DIR
.
DS
.
'AkActionController.php'
);
4
5
class
ApplicationController
extends
AkActionController
6
{
7
var
$layout
=
false
;
8
}
9
10
?
>