| 1 |
<?php |
<?php |
| 2 |
// $Id$ |
// $Id: translatablecomments.module,v 1.1 2008/04/15 21:23:05 davetrainer Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 8 |
*/ |
*/ |
| 9 |
|
|
| 10 |
/** |
/** |
| 11 |
|
* Implementation of hook_init(). |
| 12 |
|
*/ |
| 13 |
|
function translatablecomments_init() { |
| 14 |
|
drupal_add_css(drupal_get_path('module', 'translatablecomments') .'/translatablecomments.css'); |
| 15 |
|
} |
| 16 |
|
|
| 17 |
|
/** |
| 18 |
* Create the translation widget to display. |
* Create the translation widget to display. |
| 19 |
*/ |
*/ |
| 20 |
function translatablecomments_nodeapi(&$node, $op, $teaser, $page) { |
function translatablecomments_nodeapi(&$node, $op, $teaser, $page) { |