t('LibreJS Links'), 'cache' => DRUPAL_NO_CACHE // DRUPAL_CACHE_GLOBAL ); return $retval; } /** * Custom block view. * * Populates our block with the links to our weblabels table. */ function librejslinks_block_view($delta='') { $block['content'] = '
JavaScript license information
'; return $block; } ?>