From: stronk7 Date: Sat, 25 Apr 2009 21:20:45 +0000 (+0000) Subject: MDL-18940 meta description in main page - render multilang summary properly. Merged... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b1c83b2c580b3bb652566d784a280a7801a46501;p=moodle.git MDL-18940 meta description in main page - render multilang summary properly. Merged from 19_STABLE --- 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); ?>