From 9f5c01387cfa927afdea8d930b50d5ebd94b8594 Mon Sep 17 00:00:00 2001 From: Guillaume Lederer Date: Mon, 12 Mar 2007 10:55:13 +0100 Subject: [PATCH] [svn r11519] bug1251: css fix --- main/newscorm/kevin_lp_add_item.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/main/newscorm/kevin_lp_add_item.php b/main/newscorm/kevin_lp_add_item.php index 87c74e1905..d49cffb31e 100644 --- a/main/newscorm/kevin_lp_add_item.php +++ b/main/newscorm/kevin_lp_add_item.php @@ -64,10 +64,8 @@ $language_file = "learnpath"; Header and action code ----------------------------------------------------------- */ -$my_style = api_get_setting('stylesheets'); -$my_code_path = api_get_path(WEB_CODE_PATH); -if(empty($my_style)){$my_style = 'default';} -$htmlHeadXtra[] = ""; +$currentstyle = api_get_setting('stylesheets'); +$htmlHeadXtra[] = ''; $htmlHeadXtra[] = ""; //will be a merged with original learnpath.css $htmlHeadXtra[] = ""; //will be moved $htmlHeadXtra[] = ""; //will be moved