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

Merge pull request #26 from atz/patch-2

Update preview.phtml
parents 0c02ae13 39323504
No related merge requests found
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
$icon = $this->imageLink('preview_ht.gif'); $icon = $this->imageLink('preview_ht.gif');
$options = isset($this->config->Content->HathiRights) $options = isset($this->config->Content->HathiRights)
? str_replace(' ', '', $this->config->Content->HathiRights) ? str_replace(' ', '', $this->config->Content->HathiRights)
: "pd,world"; : "pd,ic-world";
break; break;
default: default:
$name = $divClass = $linkClass = $icon = $options = false; $name = $divClass = $linkClass = $icon = $options = false;
...@@ -85,4 +85,4 @@ ...@@ -85,4 +85,4 @@
} }
} }
} }
?> ?>
\ No newline at end of file
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