diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-05-31 16:48:01 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-05-31 16:48:01 +0000 |
| commit | 5e45165531cfc000f53d82ef85160f9021fec1cd (patch) | |
| tree | 3b4b92f4d394a4bd50a63a66d86ed07ed3f5bc1a /includes/functions/functions_print.php | |
| parent | 374398b30c76163a671d535f0b80047362fde9ef (diff) | |
| download | webtrees-5e45165531cfc000f53d82ef85160f9021fec1cd.tar.gz webtrees-5e45165531cfc000f53d82ef85160f9021fec1cd.tar.bz2 webtrees-5e45165531cfc000f53d82ef85160f9021fec1cd.zip | |
Move module help text to module help text file
Diffstat (limited to 'includes/functions/functions_print.php')
| -rw-r--r-- | includes/functions/functions_print.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/includes/functions/functions_print.php b/includes/functions/functions_print.php index 486197fc8c..c53a628ce5 100644 --- a/includes/functions/functions_print.php +++ b/includes/functions/functions_print.php @@ -1271,14 +1271,14 @@ function print_privacy_error() { function help_link($help_topic, $module='') { global $WT_USE_HELPIMG, $WT_IMAGES, $WT_IMAGE_DIR, $SEARCH_SPIDER; - if ($SEARCH_SPIDER || !$_SESSION['show_context_help']) { - return ''; - } else { +// if ($SEARCH_SPIDER || !$_SESSION['show_context_help']) { +// return ''; +// } else { return '<a class="help" tabindex="0" href="javascript: '.$help_topic.'" onclick="helpPopup(\''.$help_topic.'\',\''.$module.'\'); return false;"> '. ($WT_USE_HELPIMG ? '<img src="'.$WT_IMAGE_DIR.'/'.$WT_IMAGES['help']['small'].'" class="icon" width="15" height="15" alt="" />' : i18n::translate('?')). ' </a>'; - } +// } } // Embed global variables and constants in a string. |
