projects
/
fusionforge
/
fusionforge.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
project home
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82753ba
)
themeroot variable dropped, no longer used.
author
Alain Peyrat
<aljeux@free.fr>
Sat, 2 Oct 2010 15:31:50 +0000
(15:31 +0000)
committer
Alain Peyrat
<aljeux@free.fr>
Sat, 2 Oct 2010 15:31:50 +0000
(15:31 +0000)
src/www/include/Layout.class.php
patch
|
blob
|
history
diff --git
a/src/www/include/Layout.class.php
b/src/www/include/Layout.class.php
index
6959eb9
..
edb4e44
100644
(file)
--- a/
src/www/include/Layout.class.php
+++ b/
src/www/include/Layout.class.php
@@
-119,14
+119,6
@@
class Layout extends Error {
* @todo: remove in 5.0
* @deprecated deprecated since 4.9
*/
- var $themeroot;
-
- /**
- * The base directory of the theme
- * @var string $themeroot
- * @todo: remove in 5.0
- * @deprecated deprecated since 4.9
- */
var $imgroot;
/**
@@
-213,7
+205,6
@@
class Layout extends Error {
}
// for backward compatibility
- $this->themeroot = $this->themedir;
$this->imgroot = $this->imgbaseurl;
}