Trying to get property of non-object
| Document | banner |
|---|---|
| Document type | CMS page block |
| Line | 2 |
| Exception class | Cms_ExecutionException |
<div id="banner">
<? foreach ($category->images as $image): ?>
<img src="<?= $image->getThumbnailPath(960, 350) ?>"/>
<? endforeach ?>
</div>
| # | Document | Type |
|---|---|---|
| 2 | banner | CMS page block |
| 1 | Sidebar | CMS template |