You are here

function shurly_block_content_form in ShURLy 7

Generate Shurly creation form for respective block

1 call to shurly_block_content_form()
shurly_block_view in ./shurly.module
Implements hook_block_view().

File

./shurly.module, line 172
description http://www.youtube.com/watch?v=Qo7qoonzTCE

Code

function shurly_block_content_form() {
  shurly_css_js();
  return drupal_get_form('shurly_create_form');
}