|
|
|
@ -64,7 +64,7 @@ $language_file = "learnpath"; |
|
|
|
Header and action code |
|
|
|
Header and action code |
|
|
|
----------------------------------------------------------- |
|
|
|
----------------------------------------------------------- |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
$htmlHeadXtra[] = "<link rel='stylesheet' type='text/css' href='../css/learnpath.css' />"; |
|
|
|
$htmlHeadXtra[] = "<link rel='stylesheet' type='text/css' href='../css/default/learnpath.css' />"; |
|
|
|
$htmlHeadXtra[] = "<link rel='stylesheet' type='text/css' href='learnpath.css' />"; //will be a merged with original learnpath.css |
|
|
|
$htmlHeadXtra[] = "<link rel='stylesheet' type='text/css' href='learnpath.css' />"; //will be a merged with original learnpath.css |
|
|
|
$htmlHeadXtra[] = "<link rel='stylesheet' type='text/css' href='dtree.css' />"; //will be moved |
|
|
|
$htmlHeadXtra[] = "<link rel='stylesheet' type='text/css' href='dtree.css' />"; //will be moved |
|
|
|
$htmlHeadXtra[] = "<script src='dtree.js' type='text/javascript'></script>"; //will be moved |
|
|
|
$htmlHeadXtra[] = "<script src='dtree.js' type='text/javascript'></script>"; //will be moved |
|
|
|
|