Modify ↓
#787 closed Bug/Fehler (fixed)
tpl_modified/index.html
| Reported by: | Volker Strähle | Owned by: | Markus Rehm |
|---|---|---|---|
| Priority: | normal | Milestone: | modified-shop-2.0.0.0 |
| Component: | Template | Version: | 2.0.0.0 |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: |
Description
Dort findet sich Code wie
<div id="search">{if isset($box_SEARCH)}{$box_SEARCH}{/if}</div>
oder
<li class="cart">{if isset($box_CART)}{$box_CART}{/if}</li>
statt
{if isset($box_SEARCH)}<div id="search">{$box_SEARCH}</div>{/if}
und
{if isset($box_CART)}<li class="cart">{$box_CART}</li>{/if}
Attachments (0)
Change History (3)
comment:1 by , 10 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:2 by , 10 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

In 9445: