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

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

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

revision 1.1.4.3 by couzinhub, Sun Jul 13 05:53:13 2008 UTC revision 1.1.4.4 by couzinhub, Wed Dec 31 23:53:38 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id$  // $Id: template.php,v 1.1.4.3 2008/07/13 05:53:13 couzinhub Exp $
3    
4    
5  /**  /**
  * Adding a title to the comment section.  
  */  
   
 function phptemplate_comment_wrapper($content, $type = null) {  
   static $node_type;  
   if (isset($type)) $node_type = $type;  
     return '<h2 id="comments">'. t('Comments') .'</h2>'. $content ;  
   
 }  
   
 /**  
6   * Adding a span tag in tabs for theming purposes   * Adding a span tag in tabs for theming purposes
7   */   */
8  function phptemplate_menu_item_link($link) {  function moleskine_menu_item_link($link) {
9    if (empty($link['options'])) {    if (empty($link['options'])) {
10      $link['options'] = array();      $link['options'] = array();
11    }    }

Legend:
Removed from v.1.1.4.3  
changed lines
  Added in v.1.1.4.4

  ViewVC Help
Powered by ViewVC 1.1.3