g_p_java Posted September 20, 2010 Posted September 20, 2010 Hello, i'm studying the php files which are located in /catalog/includes/boxes. I notice that categories.php,what's new.php and other files begin with a <tr><td> and they end with a </td></tr>. But in which file is the <table></table>?? thanks in advance
♥Monika in Germany Posted September 20, 2010 Posted September 20, 2010 the boxes are in most cases built with the help of includes/classes/boxes.php ... :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...
g_p_java Posted September 20, 2010 Author Posted September 20, 2010 the boxes are in most cases built with the help of includes/classes/boxes.php ... thank you very much for replying, 1. I notice that in categories.php file in line 68 there is a mention to new infoBoxHeading($info_box_contents, true, false); infoBoxheading class. In boxes.php we have the line class infoBoxHeading extends tableBox { function infoBoxHeading($contents, $left_corner = true, $right_corner = true, $right_arrow = false) as i understood the left_corner for categories table is true, the right arrow is false and the right corner is false right??(for categories table) cause i got a bit confused with the layout of the table 2. Also, in funtion infoBoxHeading, there is a mention to a gif named pixel_trans.gif it is a epmty as i understood, am i right?? thanks
♥Monika in Germany Posted September 20, 2010 Posted September 20, 2010 hi, yes, you need to go through your parameters and it will be clear which is set to true or false. your definition was correct. and yes, the pixel_trans.gif is an empty, transparent 1x1 pixel image. :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.