1, 'product' => 2, 'image' => 4, 'download' => 5, 'video' => 7, 'recruit' => 9]; $channel = tpl_root_channel($moduleTypeMap[$module ?? 'article'] ?? 1); $id = intval($channel['id'] ?? 0); } $channelType = intval($channel['channel_type'] ?? 1); $route = tpl_content_route($channelType); $tplNavKey = $route === 'product' ? 'product' : ($route === 'image' ? 'case' : 'news'); $result = tpl_query_items($route, intval($channel['id'] ?? 0), $route === 'product' || $route === 'image' ? 9 : 8); $title = $channel['channel_name'] ?? tpl_channel_title($channelType); require_once __DIR__ . '/../_header.php'; ?>
<?php echo tpl_e($title); ?>
  • <?php echo tpl_e($item['title']); ?>

  • <?php echo tpl_e($item['title']); ?>

  • <?php echo tpl_e($item['title']); ?>

  • <?php echo tpl_e($item['title']); ?>

    时间: