/[drupal]/contributions/modules/translatablecomments/translatablecomments.module
ViewVC logotype

Diff of /contributions/modules/translatablecomments/translatablecomments.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1 by davetrainer, Tue Apr 15 21:23:05 2008 UTC revision 1.1.4.1 by davetrainer, Fri Nov 20 23:38:06 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id$  // $Id: translatablecomments.module,v 1.1 2008/04/15 21:23:05 davetrainer Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 8  Line 8 
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) {

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.4.1

  ViewVC Help
Powered by ViewVC 1.1.3