You are here

function ad_type_to_arg in Advertisement 7.2

Returns a path argument from a ad type.

File

./ad.module, line 257
Defines the core ad entity, including the entity itself, the bundle definitions (ad types), and various API functions to manage ads and interact with them through forms and autocompletes.

Code

function ad_type_to_arg($type) {
  return $type;
}