WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
$requestMethod = '_'.strtoupper($_SERVER['REQUEST_METHOD']);
$TickerDirection = $admin->get_post('TickerDirection');
$TickerDirection = intval(isset(${$requestMethod}['TickerDirection']) ? (${$requestMethod}['TickerDirection']) : 0);
$admin->print_success($MESSAGE['PAGES'_'SAVED'], ADMIN_URL.'/pages/modify.php?page_id='.$page_id);
$admin->print_success($MESSAGE['PAGES_SAVED'], ADMIN_URL.'/pages/modify.php?page_id='.$page_id);