Warning: session_start(): Session cannot be started after headers have already been sent in /home/tvrreohg/public_html/manga.php on line 13
'top-start',
'top right' => 'top-end',
'top center' => 'top',
'bottom left' => 'bottom-start',
'bottom right' => 'bottom-end',
'bottom center' => 'bottom',
'right center' => 'right',
'right top' => 'right',
'right bottom' => 'right',
'left center' => 'left',
'left top' => 'left',
'left bottom' => 'left',
'center' => 'auto'
);
$qtip_position = get_option('wpfc_qtips_at');
if ( !empty($qtip_positions[$qtip_position]) ) {
update_option('wpfc_tippy_placement', $qtip_positions[$qtip_position]);
}
// remove qtip options - //TODO at later date to allow rollbacks
//delete_option('wpfc_qtips_style');
//delete_option('wpfc_qtips_my');
//delete_option('wpfc_qtips_at');
//delete_option('wpfc_qtips_rounded');
}
//update version
update_option('wpfc_version', WPFC_VERSION);