network_id; } else { $nid=''; } //unique name $cache_id = 'content_'.$_GET['cid'].$nid; CachedTemplate::invalidate_cache($cache_id); $location = $base_url.'/network_manage_content.php?nid='.$nid; if(isset($_REQUEST['group'])) { $location = $_SERVER['HTTP_REFERER']; } header("Location: $location"); exit; ?>