Bug #1259

Make it possible to pass smarty variables into blocks
Start date:
November 28, 2013
Due date:
% Done:
100%
Estimated time:
Description
For the moment smarty variables that exists for a certain page can not be used within blocks code.
For example, every "View Listing" page contains $item variable but it can not be used in blocks.
Related issues
History
Updated by Vasily Bezruchkin over 6 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Fixed.
Layout.tpl had foreach in the head section that lists $key => $item instead of $value. Review all the templates and fix it.