clear('news.php'); } $temp['trackbackString'] = $tp->toDB($_POST['trackbackString']); if ($admin_log->logArrayDiffs($temp, $pref, 'TRACK_01')) { save_prefs(); // Only save if changes $message = TRACKBACK_L4; } else { $message = TRACKBACK_L17; } } if (isset($message)) { $ns->tablerender("", "
".$message."
"); } $text = "
".TRACKBACK_L7." ".TRACKBACK_L5."   ".TRACKBACK_L6."
".TRACKBACK_L8."
"; $ns->tablerender(TRACKBACK_L10, $text); require_once(e_ADMIN."footer.php"); ?>