function filetree_install in File Tree 7.2
Same name and namespace in other branches
- 7 filetree.install \filetree_install()
Implements hook_install().
File
- ./
filetree.install, line 6
Code
function filetree_install() {
drupal_set_message(t('File Tree has been installed. Before this does anything, File Tree needs to be added to one or more text formats. Visit the <a href="!url">text format administration</a> to set up this filter.', array(
'!url' => url('admin/config/content/formats'),
)), 'warning');
}