Browse Source

Merge pull request #519 from willtp87/7.x

stray include removal
pull/521/head
Jordan Dukart 11 years ago
parent
commit
0fcc3f3d39
  1. 1
      theme/theme.inc

1
theme/theme.inc

@ -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;

Loading…
Cancel
Save