fixed bookmarks for students
This commit is contained in:
@@ -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')
|
||||
|
Reference in New Issue
Block a user