fixed bookmarks for students

This commit is contained in:
Bachir Soussi Chiadmi
2015-10-21 20:22:58 +02:00
parent 248c5ed3e1
commit fc0a779214
4 changed files with 876 additions and 850 deletions

View File

@@ -593,7 +593,7 @@ function materio_search_api_search_form($form, &$form_state){
}
// add a back to search/base home bouton if on explore/foo
if ($path == 'explore') {
if ($path == 'explore' || $path == 'bookmarks' || $path == 'lists' ) {
$link = l('<i class="fi-home"></i>', base_path().'actuality', array(
'html'=>true,
'attributes'=>array('class'=>'back-search-home')