diff --git a/main/newscorm/kevin_lp_add_item.php b/main/newscorm/kevin_lp_add_item.php index 93213d8433..87c74e1905 100644 --- a/main/newscorm/kevin_lp_add_item.php +++ b/main/newscorm/kevin_lp_add_item.php @@ -64,7 +64,10 @@ $language_file = "learnpath"; Header and action code ----------------------------------------------------------- */ -$htmlHeadXtra[] = ""; +$my_style = api_get_setting('stylesheets'); +$my_code_path = api_get_path(WEB_CODE_PATH); +if(empty($my_style)){$my_style = 'default';} +$htmlHeadXtra[] = ""; $htmlHeadXtra[] = ""; //will be a merged with original learnpath.css $htmlHeadXtra[] = ""; //will be moved $htmlHeadXtra[] = ""; //will be moved