| by Arround The Web | No comments

LinuxToday | Master Ad Slot Definitions

ad unit name
$gam_topic_unit_names = array(
‘blog’ => ‘blog’,
‘developer’ => ‘developer’,
‘high-performance’ => ‘high-performance’,
‘infrastructure’ => ‘infrastructure’,
‘it-management’ => ‘it-management’,
‘news’ => ‘news’,
‘security’ => ‘security’,
‘storage’ => ‘storage’
);

if (array_key_exists($gam_current_url_root, $gam_topic_unit_names)) {
$gam_slot_name = $gam_topic_unit_names[$gam_current_url_root];
}
}
}

// Create slot path substring
$gam_slot_path = $gam_slot_name;
if (!empty($gam_slot_path)) {
// Add a beginning slash to slot name if not empty
$gam_slot_path = ‘linuxtoday/’ . $gam_slot_path;
}
?>


The post LinuxToday | Master Ad Slot Definitions appeared first on Linux Today.

Share Button

Source: Linux Today

Leave a Reply