From 44732b1c4440ffdf8150276a7be972f85ab502fa Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Sun, 16 Dec 2001 01:28:41 +0000 Subject: [PATCH] - fixed a parse error in the marvin theme --- themes/marvin/marvin.theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/marvin/marvin.theme b/themes/marvin/marvin.theme index ddc4cb642c6..fc3f5580b14 100644 --- a/themes/marvin/marvin.theme +++ b/themes/marvin/marvin.theme @@ -28,7 +28,7 @@ <?php if ($title) { - print $title . " - " variable_get("site_name", "drupal"); + print $title ." - ". variable_get("site_name", "drupal"); } else { print variable_get("site_name", "drupal") ." - ". variable_get("site_slogan", "");