projects
/
mtweb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19b8f3b
)
correction bug layout page / content
author
dj3c1t
<dj3c1t@free.fr>
Fri, 30 Nov 2012 22:45:12 +0000
(23:45 +0100)
committer
dj3c1t
<dj3c1t@free.fr>
Fri, 30 Nov 2012 22:45:12 +0000
(23:45 +0100)
web/app/env/modules/mw_env_out.php
patch
|
blob
|
history
diff --git
a/web/app/env/modules/mw_env_out.php
b/web/app/env/modules/mw_env_out.php
index
17f1096
..
6571d65
100644
(file)
--- a/
web/app/env/modules/mw_env_out.php
+++ b/
web/app/env/modules/mw_env_out.php
@@
-259,7
+259,7
@@
}
else
{ if(isset($this->layout["index"]["page"]))
- { $
content
= $this->layout["index"]["page"];
+ { $
page
= $this->layout["index"]["page"];
}
}
}