I am passing two variable in view like
$viewParams = array(
'calendar' => $yearCalender,
'currentMonth' => $currentMonth,
);
calender is array that have html code on each index and currentMonth is integer value when i am trying to access it in template with
{xen:raw $calendar.$currentMonth}...
I have a review with no Pros or Cons
https://www.avforums.com/review/datawind-ubisurfer-review.153#sectionAnchor24933
and the template is supposed to only display the Pros and Cons if there are any.
<xen:if is="{$content.pros} AND {$content.cons}">
yet the Pros and Cons are displayed resulting...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.