Modify

Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#1960 closed Bug/Fehler (fixed)

account_history.php - header.php später laden

Reported by: Volker Strähle Owned by: somebody
Priority: normal Milestone: modified-shop-2.0.6.0
Component: Shop Version: 2.0.5.1
Keywords: Cc:
Blocked By: Blocking:

Description

ca. Zeile 108

require (DIR_WS_INCLUDES.'header.php');

$smarty->assign('order_content', $module_content);

sollte geändert werden zu

$smarty->assign('order_content', $module_content);

require (DIR_WS_INCLUDES.'header.php');

analog zu accoount.php. Damit ließe sich der Inhalt von order_content vor Ausgabe noch anpassen (autoinclude in header.php)

Attachments (0)

Change History (3)

comment:1 by Gerhard Waldemair, 5 years ago

du kannst doch die Variable $module_content erweitern.

comment:2 by Gerhard Waldemair, 5 years ago

Resolution: fixed
Status: newclosed

In 13190:

fix #1960 - later include of header

comment:3 by Volker Strähle, 5 years ago

@GTB ja könnte man, abe nicht wenn man COde in account.php und account_history.php nutzen will, denn einmal heißt die Variable $module_content und einmal $order_content.

Modify Ticket

Action
as closed The owner will remain somebody.
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.