function hijri_node_view in Hijri 7
Same name and namespace in other branches
- 8 _hijri.module \hijri_node_view()
Implements hook_node_view().
File
- ./
hijri.module, line 396 - This module convert to Hijri date in nodes,comments and a block.
Code
function hijri_node_view($node) {
unset($node->content['field_hijri_correction']);
}