hook_link y su potencia
Jun
26
<?php /** * Implementation of hook_link(). * */ function movida_link($type, $object, $teaser = FALSE) { if ($type == 'node') { $node_type= variable_get('movida_'. $type, FALSE); if ($node_type == '1') { $links = array(); $links['gears_create'] = array( 'title' => t('Create'), 'href' => "manifest/node_create", ); $links['movida_delete'] = array( 'title' => Leer mas