You are here

function shoutbox_tags_js_view in Shoutbox 6.2

Same name and namespace in other branches
  1. 7.2 shoutbox_tags/shoutbox_tags.module \shoutbox_tags_js_view()
  2. 7 shoutbox_tags/shoutbox_tags.module \shoutbox_tags_js_view()

Javascript callback for viewing shouts for a given tag

1 string reference to 'shoutbox_tags_js_view'
shoutbox_tags_menu in shoutbox_tags/shoutbox_tags.module
Implementation of hook_menu()

File

shoutbox_tags/shoutbox_tags.module, line 174

Code

function shoutbox_tags_js_view($tag) {

  // This callback is only needed to keep the
  // URL like shoutbox/tag/%tag so the query gets altered
  shoutbox_js_view();
}