diff options
-rw-r--r-- | boot.php | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -299,4 +299,11 @@ function footer(&$a) { $s = fetch_url("http://fortunemod.com/cookie.php?equal=1"); $a->page['content'] .= "<div class=\"fortune\" >$s</div>"; -}
\ No newline at end of file +} + +if(! function_exists('notice')) { +function notice($s) { + + $_SESSION['sysmsg'] .= $s; + +}}
\ No newline at end of file |