/[drupal]/contributions/theme-engines/phptal/phptal.engine
ViewVC logotype

Diff of /contributions/theme-engines/phptal/phptal.engine

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

revision 1.6, Thu Jun 22 15:24:10 2006 UTC revision 1.7, Thu Jun 22 22:54:07 2006 UTC
# Line 1  Line 1 
1  <?php  <?php
2  /* $Id: phptal.engine,v 1.4 2004/12/25 10:23:29 olav Exp $ */  /* $Id: phptal.engine,v 1.6 2006/06/22 15:24:10 olav Exp $ */
3  /**  /**
4   * @file   * @file
5   * Handles integration of templates written in PHPTAL <http://phptal.sourceforge.net/>   * Handles integration of templates written in PHPTAL <http://phptal.sourceforge.net/>
# Line 38  function phptal_permalink($node_url) { Line 38  function phptal_permalink($node_url) {
38      check_plain(t('Copy this link as the URL of this article')));      check_plain(t('Copy this link as the URL of this article')));
39  }  }
40    
41    function phptal_comment_class($new) {
42      return 'comment' . ($new ? ' comment-new' : '');
43    }
44    
45  /*  /*
46   * The engine   * The engine
47   */   */

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.2