'.$t.'

'.$d.'

'; $page_banner=addslashes($page_banner); $query = ' INSERT INTO '.PREFIX_TABLE.'config (param,value,comment) VALUES (' . "'page_banner','$page_banner','html displayed on the top each page of your gallery');"; pwg_query($query); $query = ' DELETE FROM '.PREFIX_TABLE.'config WHERE param=\'gallery_description\' ;'; pwg_query($query); echo "\n" .'Table '.PREFIX_TABLE.'config updated' ."\n" ; ?>