Zeile 14 | Zeile 14 |
---|
die("Direct initialization of this file is not allowed.<br /><br />Please make sure IN_MYBB is defined."); }
|
die("Direct initialization of this file is not allowed.<br /><br />Please make sure IN_MYBB is defined."); }
|
| /** * @return bool true */
|
function style_meta() { global $page, $lang, $plugins;
| function style_meta() { global $page, $lang, $plugins;
|
Zeile 28 | Zeile 31 |
---|
return true; }
|
return true; }
|
| /** * @param string $action * * @return string */
|
function style_action_handler($action) {
|
function style_action_handler($action) {
|
global $page, $lang, $plugins;
| global $page, $plugins;
|
$page->active_module = "style";
| $page->active_module = "style";
|
Zeile 53 | Zeile 61 |
---|
} }
|
} }
|
| /** * @return array */
|
function style_admin_permissions() { global $lang, $plugins;
| function style_admin_permissions() { global $lang, $plugins;
|