| 1234567891011121314151617181920 |
- <?php
- //产品列表
- $lang['product_title'] = 'Title';
- $lang['product_order'] = 'Order';
- $lang['product_new_ok'] = 'New Ok';
- $lang['product_top_ok'] = 'Top Ok';
- $lang['product_com_ok'] = 'Com Ok';
- $lang['product_parent'] = 'Parent';
- $lang['product_sort'] = 'Sort';
- $lang['product_addtime'] = 'AddTime';
- $lang['product_imgurl'] = 'ImgUrl';
- $lang['product_content'] = 'Content';
- $lang['product_displaytype'] = 'DisplayType';
- $lang['product_wap_ok'] = 'Product';
- ?>
|