Вы можете изменить настройки в функции hook_preprocess_html
drupal_add_js(array(
'CToolsModal' => array(
'closeImage' => theme('image', array(
'path' => drupal_get_path('theme', 'mytheme') . ('/img/modal_close.png'),
'title' => t('Close window'),
'alt' => t('Close window'),
)),
)), 'setting');