You are here

function asset_page_view in Asset 5.2

Menu callback; view a single asset.

Related topics

1 string reference to 'asset_page_view'
asset_menu in ./asset.module
Implementation of hook_menu().

File

./asset.module, line 679
Main module.

Code

function asset_page_view($asset) {
  asset_set_breadcrumb($asset);
  return asset_view($asset);
}