| 1 |
// $Id: README.txt,v 1.18.2.33 2008/10/07 07:56:11 m3avrck Exp $ |
// $Id: README.txt,v 1.18.2.34 2008/10/07 08:05:33 m3avrck Exp $ |
| 2 |
|
|
| 3 |
### ABOUT ############################################################################# |
### ABOUT ############################################################################# |
| 4 |
|
|
| 99 |
different behavior or don't want this at all, consider overriding this in a node template for this node type. |
different behavior or don't want this at all, consider overriding this in a node template for this node type. |
| 100 |
|
|
| 101 |
- If you want to change or remove the links at the bottom of each feed node or feed item node, simply use |
- If you want to change or remove the links at the bottom of each feed node or feed item node, simply use |
| 102 |
Drupal's hook_form_alter <http://api.drupal.org/api/function/hook_link_alter/5> to alter them. |
Drupal's hook_link_alter <http://api.drupal.org/api/function/hook_link_alter/5> to alter them. |
| 103 |
|
|
| 104 |
- Additional docs: http://drupal.org/node/310470 |
- Additional docs: http://drupal.org/node/310470 |
| 105 |
|
|