You are here

function scrolltext_block_OLD in ScrollText 7

Implements hook_block().

File

./scrolltext.module, line 164
This module used for scrolling text from node title

Code

function scrolltext_block_OLD($op = 'list', $delta = 0) {

  // TODO Remaining code in this function needs to be moved to the appropriate new hook function.
  global $user;
}