tpl_modules_category_row.php

来自「Easy_Buy是一个在线销售系统」· PHP 代码 · 共 17 行

PHP
17
字号
<?php/** * index category_row.php * * Prepares the content for displaying a category's sub-category listing in grid format.   * Once the data is prepared, it calls the standard tpl_list_box_content template for display. * * @package page * @copyright Copyright 2003-2005 Zen Cart Development Team * @copyright Portions Copyright 2003 osCommerce * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0 * @version $Id: tpl_modules_category_row.php 2986 2006-02-07 22:27:29Z drbyte $ */require(DIR_WS_MODULES . zen_get_module_directory('category_row.php'));  require($template->get_template_dir('tpl_columnar_display.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_columnar_display.php');?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?