From f14f882a216ded0b1ccaee67833d470f37316a3d Mon Sep 17 00:00:00 2001 From: Arnaud Ligot Date: Tue, 24 Mar 2009 18:04:55 +0100 Subject: [PATCH] [svn r19241] External link are wrotten without any css class. This is needed in some case, for instance, Noa on medtronic --- main/inc/banner.inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main/inc/banner.inc.php b/main/inc/banner.inc.php index 8f3c231e68..7f5eceb21f 100644 --- a/main/inc/banner.inc.php +++ b/main/inc/banner.inc.php @@ -79,9 +79,9 @@ $web_course_path = api_get_path(WEB_COURSE_PATH); ----------------------------------------------------------------------------- */ if (isset($_course['extLink']) && $_course['extLink']['name'] != "") { - echo " / "; + echo " / "; if ($_course['extLink']['url'] != "") { - echo ""; + echo ""; echo $_course['extLink']['name']; echo ""; } else { @@ -455,4 +455,4 @@ function get_tabs() { return $navigation; } ?> - \ No newline at end of file +