From ea873bc7e2ce75847295118d3b9bcf123ffb10d1 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 24 Dec 2000 15:44:29 +0000 Subject: - some improvements and code polishing - added a few extra blocks to choose from --- modules/diary.module | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'modules/diary.module') diff --git a/modules/diary.module b/modules/diary.module index 29d8af1f2..90981b3bd 100644 --- a/modules/diary.module +++ b/modules/diary.module @@ -85,7 +85,7 @@ function diary_page_add() { $output .= "\n"; $theme->header(); - $theme->box("Online diary", $output); + $theme->box("Edit you diary", $output); $theme->footer(); } @@ -114,7 +114,7 @@ function diary_page_edit($id) { $output .= "\n"; $theme->header(); - $theme->box("Online diary", $output); + $theme->box("Edit your diary", $output); $theme->footer(); } @@ -140,7 +140,7 @@ function diary_page_preview($text, $timestamp, $id = 0) { $output .= "\n"; $theme->header(); - $theme->box("Online diary", $output); + $theme->box("Edit your diary", $output); $theme->footer(); } @@ -204,7 +204,7 @@ function diary_block() { $block[0]["subject"] = "Recent diary entries"; $block[0]["content"] = $content; - $block[0]["info"] = "recent diary entries"; + $block[0]["info"] = "Recent diary entries"; $block[0]["link"] = "module.php?mod=diary"; return $block; -- cgit v1.2.3