/[drupal]/contributions/themes/splender/template.php
ViewVC logotype

Diff of /contributions/themes/splender/template.php

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

revision 1.1.2.5, Mon Apr 27 05:55:30 2009 UTC revision 1.1.2.6, Sat May 2 11:08:01 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: template.php,v 1.1.2.4 2009/04/27 05:53:18 skiquel Exp $  // $Id: template.php,v 1.1.2.5 2009/04/27 05:55:30 skiquel Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 161  function STARTERKIT_preprocess_block(&$v Line 161  function STARTERKIT_preprocess_block(&$v
161  }  }
162  // */  // */
163    
164  function phptemplate_comment_submitted($comment) {  function splender_comment_submitted($comment) {
165    return t('by <strong>!username</strong> | !datetime',    return t('by <strong>!username</strong> | !datetime',
166      array(      array(
167        '!username' => theme('username', $comment),        '!username' => theme('username', $comment),
# Line 169  function phptemplate_comment_submitted($ Line 169  function phptemplate_comment_submitted($
169      ));      ));
170  }  }
171    
172  function phptemplate_node_submitted($node) {  function splender_node_submitted($node) {
173    return t('!datetime | by <strong>!username</strong>',    return t('!datetime | by <strong>!username</strong>',
174      array(      array(
175        '!username' => theme('username', $node),        '!username' => theme('username', $node),

Legend:
Removed from v.1.1.2.5  
changed lines
  Added in v.1.1.2.6

  ViewVC Help
Powered by ViewVC 1.1.2