WELCOME_BACK . ' ' . $user[0]['realname'], 'show_links' => true, 'links_title' => FURTHER_LINKS, 'bookmarklet' => $bookmarklet, 'links' => array( '' . FURTHER_LINKS_S9Y . '', '' . FURTHER_LINKS_S9Y_DOCS . '', '' . FURTHER_LINKS_S9Y_BLOG . '', '' . FURTHER_LINKS_S9Y_FORUMS . '', '' . FURTHER_LINKS_S9Y_SPARTACUS . '', '' . FURTHER_LINKS_S9Y_BOOKMARKLET . '' ), 'links_css' => 'further_links', 'more' => '' ); serendipity_plugin_api::hook_event('backend_frontpage_display', $output); echo $output['welcome']; if ($output['show_links']) { echo '' . "\n"; } echo $output['more'];