ttt2 Posted February 16, 2004 Share Posted February 16, 2004 I want to make catalog unique from other boxes. Changing fonts, size of box, colors, etc. I think I need to create a new boxes class and new stylesheet, but I don't really know how. I looked at this code: include(DIR_WS_BOXES . 'categories.php'); categories is created from include/classes/boxes.php. But I don't understand the DIR_WS_BOXES syntax. I copy the boxes.php and renamed it newboxes.php and I change the above line to: include(DIR_WS_NEWBOXES . 'categories.php'); Didn't work, I got parse error. So what else do I need to change?? Link to comment Share on other sites More sharing options...
paulm2003 Posted February 16, 2004 Share Posted February 16, 2004 DIR_WS_BOXES defines where the boxes are (I think it is defined in includes/filenames.php). if you start using DIR_WS_NEWBOXES without defining it you indeed get an error B.t.w. I don't think, what you are trying here, is the way to change the categories box. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.