From 26735ac5dd06c064bb816bcf264fbeb44ac3b0b7 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 23 Nov 2003 10:41:04 +0000 Subject: - Committed phase 3 of JonBob's menu changes. Adds an API for modules to define titles and breadcrumbs for their pages, and updates the theme system to display them. --- modules/drupal/drupal.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/drupal/drupal.module') diff --git a/modules/drupal/drupal.module b/modules/drupal/drupal.module index df30832f9..ae609c132 100644 --- a/modules/drupal/drupal.module +++ b/modules/drupal/drupal.module @@ -162,9 +162,9 @@ function drupal_link($type) { } function drupal_page() { - + drupal_set_title("Drupal"); print theme("header"); - print theme("box", "Drupal", drupal_help("user/help#drupal")); + print drupal_help("user/help#drupal"); print theme("footer"); } -- cgit v1.2.3