Changes between Initial Version and Version 1 of Ticket #1290
- Timestamp:
- Sep 19, 2017, 12:45:23 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1290 – Description
initial v1 2 2 Zeile 26 3 3 4 -- if (!$box_smarty->is_cached(CURRENT_TEMPLATE.'/boxes/box_newsletter.html', $cache_id) || !$cache) { 5 6 ++ if (!$box_smarty->is_cached(CURRENT_TEMPLATE.'/boxes/box_order_history.html', $cache_id) || !$cache) { 4 -- 5 {{{ 6 if (!$box_smarty->is_cached(CURRENT_TEMPLATE.'/boxes/box_newsletter.html', $cache_id) || !$cache) { 7 }}} 8 ++ 9 {{{ 10 if (!$box_smarty->is_cached(CURRENT_TEMPLATE.'/boxes/box_order_history.html', $cache_id) || !$cache) { 11 }}}
