Hi!
I'm triing to build gallery site where you can select a thumbnail from a kind of matrix (2 dimensional table) that should look like this:
<tr><td><img></td><td><img></td></tr>
<tr><td><img></td><td><img></td></tr>
|
the sources of the imgage-elements are saved in a file (as i do not have access to a mysql database). Width and height of the table are variable and unknown to the template file...
I thought i could implement it with clone-blocks but the example in the documentation was only for sql queries. So my question is: how can i do this when i have the data stored in a simple 2dimensional php array?
Before i forget it: i like to thank the developers of tbs, you did a really great work!
(sry for bad english...)
ciao!