// Set page title. $this->headTitle($this->translate('Staff View') . ': ' . $this->driver->getBreadcrumb()); ?>
| =$this->escapeHtml($this->translate("BIBBFields::" .$field)) ?>: |
if (!is_array($values)) { $values = [$values]; } ?>
foreach ($values as $value): ?>
=$this->escapeHtml(is_array($value) ? print_r($value, true) : $value)?> endforeach; ?> |
||
|---|---|---|---|