You are here

function scald_atom_page_view in Scald: Media Management made easy 7

Page callback for the view of an atom.

1 string reference to 'scald_atom_page_view'
scald_menu in ./scald.module
Implements hook_menu().

File

includes/scald.pages.inc, line 422
This file contains the various callbacks related to Scald defined pages.

Code

function scald_atom_page_view($atom) {
  return scald_render($atom, 'full');
}