e2235ce141cbe15077bb7ba61f4caba0.php 2.05 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('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">&#xe632;</i>
';}).'                </li>
';}).'            </ul>
        </dd>
    </dl>
';}).''.'';
}
?>