Browse Source

stray include removal

pull/519/head
willtp87 11 years ago
parent
commit
58a65f7745
  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