[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* ------------------------------------------------ 3 4 coolMenu for osCommerce 5 6 author: Andreas Kothe 7 url: http://www.oddbyte.de 8 9 10 Released under the GNU General Public License 11 12 ------------------------------------------------ 13 */ 14 15 ?> 16 <!-- coolMenu //--> 17 18 <!-- copyright 2003 Andreas Kothe - www.oddbyte.de // --> 19 20 21 <?php 22 $boxHeading = BOX_HEADING_CATEGORIES; 23 $corner_left = 'rounded'; 24 $corner_right = 'square'; 25 $box_base_name = 'categories'; // for easy unique box template setup (added BTSv1.2) 26 27 $box_id = $box_base_name . 'Box'; // for CSS styling paulm (editted BTSv1.2) 28 29 30 31 32 33 34 include (bts_select('boxes', $box_base_name)); // BTS 1.5 35 ?> 36 37 <!-- coolMenu_eof //-->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Jan 1 13:43:16 2010 | Cross-referenced by PHPXref 0.7 |