https://www.icyphoenix.com/viewtopic.php?f=36&t=5894&p=39905#p39905 ----------------------------------- Limun Thu 28 May, 2009 00:38 Re: Sudoku Images For Dark Styles ----------------------------------- [quote user="TheSteffen" post="39903"]MG told me to answer... You do [b]not[/b] need to edit [b]default.cfg[/b] For example, for prosilver it is enough doing that OPEN [b]prosilver_ip/prosilver_ip.cfg[/b] FIND [codeblock]include(IP_ROOT_PATH . 'templates/default/default.cfg');[/codeblock] No need to edit default.cfg, just define the images AFTER the include ;-)[/quote] ha ..this is what Lopalong meaned so all what i add affter AFTER the include even for example [spoiler]// Squared icons { $images_extension = 'png'; } $images['icon_aim2'] = $current_template_buttons . 'icon_im_aim.' . $images_extension . $img_fade; $images['icon_icq2'] = $current_template_buttons . 'icon_im_icq.' . $images_extension . $img_fade; $images['icon_msnm2'] = $current_template_buttons . 'icon_im_msn.' . $images_extension . $img_fade; $images['icon_skype2'] = $current_template_buttons . 'icon_im_skype.' . $images_extension . $img_fade; $images['icon_yim2'] = $current_template_buttons . 'icon_im_yahoo.' . $images_extension . $img_fade; $images['icon_download2'] = $current_template_buttons . 'icon_topic_download.' . $images_extension . $img_fade; $images['icon_view2'] = $current_template_buttons . 'icon_topic_view.' . $images_extension . $img_fade; $images['icon_ip2'] = $current_template_buttons . 'icon_user_ip.' . $images_extension . $img_fade; $images['icon_online2'] = $current_template_buttons . 'icon_user_online.' . $images_extension . $img_fade; $images['icon_offline2'] = $current_template_buttons . 'icon_user_offline.' . $images_extension . $img_fade; $images['icon_hidden2'] = $current_template_buttons . 'icon_user_hidden.' . $images_extension . $img_fade; $images['icon_profile'] = $current_template_buttons . 'icon_user_profile.' . $images_extension . $img_fade; $images['icon_pm'] = $current_template_buttons . 'icon_user_pm.' . $images_extension . $img_fade; $images['icon_email'] = $current_template_buttons . 'icon_user_email.' . $images_extension . $img_fade; $images['icon_www'] = $current_template_buttons . 'icon_user_www.' . $images_extension . $img_fade; $images['icon_album'] = $current_template_buttons . 'icon_user_album.' . $images_extension . $img_fade;[/spoiler] it will read this one not that one from defaul.cfg? right ?