|
|
|
@ -203,7 +203,6 @@ function theme_islandora_object_print(array &$variables) {
|
|
|
|
|
* Implements hook_preprocess_theme(). |
|
|
|
|
*/ |
|
|
|
|
function islandora_preprocess_islandora_objects(array &$variables) { |
|
|
|
|
module_load_include('inc', 'islandora_paged_content', 'includes/utilities'); |
|
|
|
|
$display = (empty($_GET['display'])) ? 'grid' : $_GET['display']; |
|
|
|
|
$grid_display = $display == 'grid'; |
|
|
|
|
$list_display = !$grid_display; |
|
|
|
|