bibb-theme/templates/Citation/bibb.phtml.20230111
2026-02-24 07:35:06 +01:00

7 lines
471 B
Plaintext

<? if (!empty($this->authors)): ?><?=$this->escapeHtml($this->authors)?> <? endif; ?>
<span style="font-style:italic;"><?=$this->escapeHtml($this->title)?></span><? if ($this->periodAfterTitle): ?>.<? endif ?>
<? if (!empty($this->edition)): ?>(<?=$this->escapeHtml($this->edition)?>). <? endif; ?>
<? if (!empty($this->publisher)): ?><?=$this->escapeHtml($this->publisher)?> <? endif; ?>
<? if (!empty($this->year)): ?><?=$this->escapeHtml($this->year)?>. <? endif; ?>