classy
This commit is contained in:
parent
f94a41c3df
commit
0bfafe0e9a
@ -118,7 +118,7 @@ class UserPageTheme extends Themelet {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function build_stats($duser) {
|
protected function build_stats(User $duser) {
|
||||||
global $database;
|
global $database;
|
||||||
global $config;
|
global $config;
|
||||||
|
|
||||||
@ -142,7 +142,7 @@ class UserPageTheme extends Themelet {
|
|||||||
";
|
";
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function build_options($duser) {
|
protected function build_options(User $duser) {
|
||||||
global $database;
|
global $database;
|
||||||
global $config;
|
global $config;
|
||||||
|
|
||||||
@ -162,7 +162,7 @@ class UserPageTheme extends Themelet {
|
|||||||
return $html;
|
return $html;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function build_more_options($duser) {
|
protected function build_more_options(User $duser) {
|
||||||
global $database;
|
global $database;
|
||||||
global $config;
|
global $config;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user