my fault
in tpl_modules_additional_images.php
find:
PHP Code:
echo '<div class="centeredContent">' . $list_box_contents[$row][$col]['text'] . '</div>';
change to:
PHP Code:
echo '<div' . $r_params . '>' . $list_box_contents[$row][$col]['text'] . '</div>';

Originally Posted by
Feznizzle
I double, tripled checked. It in both the default and my_template:
PHP Code:
$list_box_contents[$row][$col] = array('params' => 'class="additionalImages centeredContent back"' . ' ' . 'style="width:' . $col_width . '%;"',