I would like to have as many rows of thumbnails as possible, unlike the following example which only has 3 rows:
(direct link here:
http://www.gdargaud.net/BugFest/twgMenuY.png)
So is that the variable $menu_y, also named [Image][Rows on the overview page] in the configuration ? Because no matter the value I set, there's only ever 3 rows:
Code:
$ ack menu_y --php
config.php:38:$menu_y = 3;
config_internal.php:66: $twg_mobile_menu_y = 3;
my.php:42:$menu_y= 2;
my_config.php:43:$menu_y= 8;
my_config.php.bak.php:43:$menu_y= 7;