'.$this->l('An error occured during the image upload.').'
'; continue; } // version logged if ($i == 1) { file_put_contents( _PS_ROOT_DIR_.'/themes/site/skinstatic_cache/columns_'.(int) $i.'_'.(int) $id_lang.'.html', str_replace( array('{left_link}', '{right_link}', '{version}'), array( Tools::getValue('left_link_'.(int) $i), Tools::getValue('right_link_'.(int) $i), Configuration::get('SKINSTATIC_VERSION'), ), ''.(Tools::getValue('fixed_'.(int) $i)? ' ': '').' ')); } else { //echo "";var_dump(Tools::getValue('right_link_'.(int) $i),Tools::getValue('left_link_'.(int) $i));echo "";die(); file_put_contents( _PS_ROOT_DIR_.'/themes/site/skinstatic_cache/columns_'.(int) $i.'_'.(int) $id_lang.'.html', str_replace( array('{left_link}', '{right_link}', '{version}'), array( Tools::getValue('left_link_'.(int) $i), Tools::getValue('right_link_'.(int) $i), Configuration::get('SKINSTATIC_VERSION'), ), ''.(Tools::getValue('fixed_'.(int) $i)? ' ': '').' ')); } } } $this->_html .= '
'.$this->l('Skin updated successfully.').'
'.$this->l('You have to choose a site version.').'