main/inc/lib/userportal.lib.php 1 location
|
@@ 467-471 (lines=5) @@
|
| 464 |
|
// 0 courses visible to the world (we're in the anonymous list here). |
| 465 |
|
$result .= $courses_list_string; |
| 466 |
|
} |
| 467 |
|
if ($category != '') { |
| 468 |
|
$result .= '<p><a href="'.api_get_self().'"> ' . |
| 469 |
|
Display :: return_icon('back.png', get_lang('BackToHomePage')). |
| 470 |
|
get_lang('BackToHomePage') . '</a></p>'; |
| 471 |
|
} |
| 472 |
|
return $result; |
| 473 |
|
} |
| 474 |
|
|
src/Chamilo/CoreBundle/Framework/PageController.php 1 location
|
@@ 600-602 (lines=3) @@
|
| 597 |
|
// 0 courses visible to the world (we're in the anonymous list here). |
| 598 |
|
$result .= $courses_list_string; |
| 599 |
|
} |
| 600 |
|
if ($category != '') { |
| 601 |
|
$result .= '<p><a href="'.api_get_self().'"> '.Display :: return_icon('back.png', get_lang('BackToHomePage')).get_lang('BackToHomePage').'</a></p>'; |
| 602 |
|
} |
| 603 |
|
|
| 604 |
|
return $result; |
| 605 |
|
} |