Modify

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#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 Torsten Riemer, 10 years ago

Owner: set to Markus Rehm
Status: newassigned

comment:2 by Markus, 10 years ago

Resolution: fixed
Status: assignedclosed

In 9445:

fix #787 - fix box_search in tpl_modified/index.html

comment:3 by Markus, 10 years ago

In 9450:

fix #787 - fix footer in tpl_modified/index.html

Modify Ticket

Action
as closed The owner will remain Markus Rehm.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.