1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,14 @@ |
1 |
+<div class="<?= $this->class ?>"> |
|
2 |
+ <?php if ($this->hasImage): ?> |
|
3 |
+ <?php $this->insert('image', (array)$this->image) ?> |
|
4 |
+ <?php endif; ?> |
|
5 |
+ |
|
6 |
+ <h3><a href="<?= $this->href ?>" title="<?= $this->title ?>"><?= $this->link ?></a> <span |
|
7 |
+ class="relevance d-inline-block fw-bold text-black ms-1">[<?= $this->relevance ?>]</span></h3> |
|
8 |
+ |
|
9 |
+ <?php if ($this->context): ?> |
|
10 |
+ <p class="context"><?= $this->context ?></p> |
|
11 |
+ <?php endif; ?> |
|
12 |
+ |
|
13 |
+ <p class="url"><?= $this->url ?></p> |
|
14 |
+</div> |