run_hooks_callback(PluginHost::HOOK_MAIN_TOOLBAR_BUTTON, function ($result) {
echo $result;
});
?>
">error_outline
">warning
run_hooks_callback(PluginHost::HOOK_TOOLBAR_BUTTON, function ($result) {
echo $result;
});
// hacky workaround for xgettext having difficulty extracting strings from 'JS in PHP' and 'PHP in JS in PHP'
$switch_to_three_panel = json_encode(__('Switch to three panel view'));
$switch_to_combined = json_encode(__('Switch to combined view'));
$disable_widescreen = json_encode(__('Disable widescreen mode'));
$enable_widescreen = json_encode(__('Enable widescreen mode'));
$expand_selected = json_encode(__('Expand selected article only'));
$expand_all = json_encode(__('Expand all articles'));
?>
= __('Loading, please wait...') ?>