e2235ce141cbe15077bb7ba61f4caba0.php
2.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?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('each [category]', 'sec', $cx, Plugin\LCRun3::debug('[category]', 'v', $cx, $in, array('category')), $in, true, function($cx, $in) {return ' <dl class="clearfix" name="'.Plugin\LCRun3::debug('@[key]', 'encq', $cx, Plugin\LCRun3::debug('@[key]', 'v', $cx, $cx['sp_vars'], array('key'))).'">
<dt>'.Plugin\LCRun3::debug('@[key]', 'encq', $cx, Plugin\LCRun3::debug('@[key]', 'v', $cx, $cx['sp_vars'], array('key'))).'</dt>
<dd>
<ul class="clearfix">
'.Plugin\LCRun3::debug('each this', 'sec', $cx, $in, $in, true, function($cx, $in) {return ' <li>
<a class="'.Plugin\LCRun3::debug('[hot]', 'encq', $cx, Plugin\LCRun3::debug('[hot]', 'v', $cx, $in, array('hot'))).'" data-key="'.Plugin\LCRun3::debug('[key]', 'encq', $cx, Plugin\LCRun3::debug('[key]', 'v', $cx, $in, array('key'))).'" href="'.Plugin\LCRun3::debug('[href]', 'encq', $cx, Plugin\LCRun3::debug('[href]', 'v', $cx, $in, array('href'))).'" target="_blank">
<span>'.Plugin\LCRun3::debug('[name]', 'encq', $cx, Plugin\LCRun3::debug('[name]', 'v', $cx, $in, array('name'))).'</span>
</a>
'.Plugin\LCRun3::debug('[hot]', 'sec', $cx, Plugin\LCRun3::debug('[hot]', 'v', $cx, $in, array('hot')), $in, false, function($cx, $in) {return ' <i class="iconfont"></i>
';}).' </li>
';}).' </ul>
</dd>
</dl>
';}).''.'';
}
?>