/[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.5, Tue Jun 20 12:27:30 2006 UTC revision 1.6, Thu Jun 22 15:24:10 2006 UTC
# Line 34  function phptal_block_id($block) { Line 34  function phptal_block_id($block) {
34  }  }
35    
36  function phptal_permalink($node_url) {  function phptal_permalink($node_url) {
37    return sprintf('<a href="%s">#</a>', $node_url);    return sprintf('<a href="%s" title="%s">#</a>', $node_url,
38        check_plain(t('Copy this link as the URL of this article')));
39  }  }
40    
41  /*  /*

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

  ViewVC Help
Powered by ViewVC 1.1.2