Where is BOX_WIDTH stored? I see it referenced in
<?php echo BOX_WIDTH; ?> when setting <td> widths. I want to create another var, I think, or do I?
If it is something dynamic, and refers to .this box...
This is a discussion on variables I can't find in configuration, BOX_WIDTH within the osCMax v1.7 Installation forums, part of the osCmax v1.7 Forums category; Where is BOX_WIDTH stored? I see it referenced in &lt;?php echo BOX_WIDTH; ?> when setting &lt;td> widths. I want to ...
Where is BOX_WIDTH stored? I see it referenced in
<?php echo BOX_WIDTH; ?> when setting <td> widths. I want to create another var, I think, or do I?
If it is something dynamic, and refers to .this box...
// customization for the design layout
define('BOX_WIDTH', 125); // how wide the boxes should be in pixels (default:
125)
Application_Top.php,
why isn't this in a configure item?
I think I'll put the additional like configs in the db, show up under Images in Admin, any feedback from the contributors??
Thanks!
Bookmarks