From b1c83b2c580b3bb652566d784a280a7801a46501 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Sat, 25 Apr 2009 21:20:45 +0000 Subject: [PATCH] MDL-18940 meta description in main page - render multilang summary properly. Merged from 19_STABLE --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index a619fafeb0..cc146022ef 100644 --- a/index.php +++ b/index.php @@ -95,7 +95,7 @@ $preferred_width_right = bounded_number(BLOCK_R_MIN_WIDTH, blocks_preferred_width($pageblocks[BLOCK_POS_RIGHT]), BLOCK_R_MAX_WIDTH); print_header($SITE->fullname, $SITE->fullname, 'home', '', - '', + '', true, '', user_login_string($SITE).$langmenu); ?> -- 2.39.5