From cb2345e9c3c31efca0dea4299fff544581bf90fd Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Sun, 12 May 2002 18:22:37 +0000 Subject: - and I missed one of those l() calls. These things are tricky :) --- modules/book.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/book.module') diff --git a/modules/book.module b/modules/book.module index e289c423f..a00587479 100644 --- a/modules/book.module +++ b/modules/book.module @@ -406,7 +406,7 @@ function book_view($node, $main = 0) { } $output .= "
"; - $output .= " ". ($prev ? l(t("previous"), array("id" => $prev->nid), "node", "", array("title" => t("View the previous page in this book."))) : t("previous")) ."". lm(t("index"), array("mod" => "book"), t("View this book's table of contents.")) ."". ($next ? l(t("next"), array("id" => $next->nid), "node", "", array("title" => t("View the next page in this book."))) : t("next")) .""; + $output .= " ". ($prev ? l(t("previous"), array("id" => $prev->nid), "node", "", array("title" => t("View the previous page in this book."))) : t("previous")) ."". lm(t("index"), array("mod" => "book"), "", t("View this book's table of contents.")) ."". ($next ? l(t("next"), array("id" => $next->nid), "node", "", array("title" => t("View the next page in this book."))) : t("next")) .""; $output .= " ". ($prev ? "". check_output($prev->title) ."" : " ") ."". ($node->parent ? l(t("up"), array("id" => $node->parent), "node", "", array("title" => t("View this page's parent section."))) : t("up")) ."". ($next ? "". check_output($next->title) ."" : " ") .""; $output .= "
"; $output .= "
". $theme->links(link_node($node, $main)) ."
"; -- cgit v1.2.3