You are here

function track_da_files_help in Track da files 8

Same name and namespace in other branches
  1. 7 track_da_files.module \track_da_files_help()

Implements hook_help().

File

./track_da_files.module, line 21
This file contains Track da files main functions.

Code

function track_da_files_help($path, $arg) {
  switch ($path) {
    case 'admin/help#track_da_files':
      return '<p>' . t('Gives the possibility to track da files. Select appropriate displays in the content type interface for the file fields to be tracked. You can also custom links to files to be tracked: follow indications in readme file located in module directory.') . '</p>';
  }
}