option_nfs_path.inc in Node and Comments Form Settings 7.3
Same filename and directory in other branches
File
includes/option_nfs_path.incView source
<?php
/**
* Hide path settings vertical tab.
*/
function _option_nfs_path(&$form, &$form_state, $settings, $node) {
if ($settings['nfs_path'] == 1) {
$form['path']['#access'] = FALSE;
}
return $form;
}
Functions
Name![]() |
Description |
---|---|
_option_nfs_path | Hide path settings vertical tab. |