Skip to content
Snippets Groups Projects
Commit 5cbe0f88 authored by Demian Katz's avatar Demian Katz
Browse files

Removed unused variable declarations.

parent a908224c
No related merge requests found
......@@ -2,10 +2,7 @@
// Set up convenience variables:
$user = $this->layout()->account->isLoggedIn();
$holdings = $this->driver->getRealTimeHoldings($this->layout()->account);
$openUrl = $this->driver->openURLActive('holdings') ? $this->driver->getOpenURL() : false;
$offlineMode = \VuFind\Connection\Manager::connectToCatalog()->getOfflineMode();
// Account for replace_other_urls setting
$urls = ($openUrl && $this->driver->replaceURLsWithOpenURL()) ? array() : $this->driver->getURLs();
// Set page title.
$this->headTitle($this->translate('Holdings') . ': ' . $this->driver->getBreadcrumb());
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment