21570d2b01e4234f1bb95569739bcc70.php
1.35 KB
<?php return function ($in, $debugopt = 1) {
$cx = array(
'flags' => array(
'jstrue' => false,
'jsobj' => false,
'spvar' => true,
'prop' => false,
'method' => false,
'mustlok' => true,
'echo' => false,
'debug' => $debugopt,
),
'constants' => array(),
'helpers' => array(),
'blockhelpers' => array(),
'hbhelpers' => array(),
'partials' => array(),
'scopes' => array(),
'sp_vars' => array('root' => $in),
'lcrun' => 'Plugin\LCRun3',
);
return ''.Plugin\LCRun3::debug('[currency]', 'sec', $cx, Plugin\LCRun3::debug('[currency]', 'v', $cx, $in, array('currency')), $in, false, function($cx, $in) {return ' <li>
<div class="detail-item">
<p class="title">'.Plugin\LCRun3::debug('[title]', 'encq', $cx, Plugin\LCRun3::debug('[title]', 'v', $cx, $in, array('title'))).'</p>
<p class="time">'.Plugin\LCRun3::debug('[time]', 'encq', $cx, Plugin\LCRun3::debug('[time]', 'v', $cx, $in, array('time'))).'</p>
<div class="count">
'.Plugin\LCRun3::debug('[count]', 'encq', $cx, Plugin\LCRun3::debug('[count]', 'v', $cx, $in, array('count'))).'
</div>
</div>
</li>
';}).'';
}
?>