Content Preview: rss
763 days ago
以下是不要 左邊 或 右邊 Box 的方式 打開你 catalog/ 內所有 .php 的檔案 find 及取消 ( 不要左邊box的方式) <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2"> <!-- left_navigation //--> <?php require(DIR_WS_INCLUDES . 'column_left.php'); ?> <!-- left_navigation_eof //--> </table></td> find 及取消 ( 不要右邊box的方式) <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2"> <!-- right_navigation //--> <?php require(DIR_WS_INCLUDES . 'column_right.php'); ?> <!-- right_navigation_eof //--> </table></td> </tr> </table>
763 days ago
the first page, control the x new products open catalog/includes/modules/new_products.php find $col ++; if ($col > 2) { $col = 0; $row ++; } change 2 to you want (---) change to 2, then it will display 3 items --- OR $col ++; if ($col > 1) { $col = 0; $row ++; if ($row > 4) change 4 to u want, then it wil display 5items ( )




