rename "Description" to "Content" in case of no url
This commit is contained in:
parent
7276ade3b1
commit
8b3023aca7
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<?php if (!empty($doc["Description"])): ?>
|
<?php if (!empty($doc["Description"])): ?>
|
||||||
<p class="doc-description"><span class="doc-description-intro">Description: </span><?= $doc["Description"] ?></p>
|
<p class="doc-description"><span class="doc-description-intro"><?= empty($doc["URL"]) ? "Content" : "Description" ?>: </span><?= $doc["Description"] ?></p>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<?php if (!empty($doc["URL"])): ?>
|
<?php if (!empty($doc["URL"])): ?>
|
||||||
|
|
Loading…
Reference in a new issue