projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9007d49
)
Typo Fix
author
Riton
<riton@melix.net>
Mon, 7 Feb 2011 18:25:41 +0000
(19:25 +0100)
committer
Florent Bruneau
<florent.bruneau@polytechnique.org>
Mon, 7 Feb 2011 19:19:40 +0000
(20:19 +0100)
Signed-off-by: Riton <riton@melix.net>
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
classes/plpage.php
patch
|
blob
|
blame
|
history
diff --git
a/classes/plpage.php
b/classes/plpage.php
index
c7a3006
..
322df7b
100644
(file)
--- a/
classes/plpage.php
+++ b/
classes/plpage.php
@@
-132,7
+132,7
@@
abstract class PlPage extends Smarty
} elseif ($display == 'raw') {
$this->_page_type = NO_SKIN;
} elseif ($display == 'full') {
- $this->_page_typ = SKINNED;
+ $this->_page_typ
e
= SKINNED;
}
if ($this->_page_type == SIMPLE) {