From: garvinhicking Date: Mon, 14 Nov 2005 08:30:11 +0000 (+0000) Subject: new hook by omid mottaghi X-Git-Tag: 1.0~293 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=8b7731b453f846ab26334d6a97fb485081f1e2bb;p=s9y.git new hook by omid mottaghi --- diff --git a/serendipity_admin.php b/serendipity_admin.php index 39364e6..228a2f1 100644 --- a/serendipity_admin.php +++ b/serendipity_admin.php @@ -114,9 +114,12 @@ if (!isset($serendipity['serendipityPath']) || IS_installed === false || IS_up2d } elseif ( serendipity_userLoggedIn() == false ) { + $out = array(); + serendipity_plugin_api::hook_event('backend_login_page', $out); ?>

+
@@ -138,8 +141,10 @@ if (!isset($serendipity['serendipityPath']) || IS_installed === false || IS_up2d + +