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

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

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

revision 1.2, Thu Nov 15 22:53:44 2007 UTC revision 1.2.2.1, Sun Feb 17 23:29:52 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // ; $Id:$  // ; $Id: template.php,v 1.2 2007/11/15 22:53:44 bonvga Exp $
3    
4  if (is_null(theme_get_setting('fblike_picto_title'))) {  if (is_null(theme_get_setting('fblike_picto_title'))) {
5          global $theme_key;          global $theme_key;
# Line 50  function fblike_comment_wrapper($content Line 50  function fblike_comment_wrapper($content
50          if ($content!="") {          if ($content!="") {
51                  $content = '<div class="comment-header">'.t('Comments').'</div>'.$content;                  $content = '<div class="comment-header">'.t('Comments').'</div>'.$content;
52          }          }
53          return theme_comment_wrapper($content);          return $content;
54  }  }
55    
56  function _phptemplate_variables($hook, $vars) {  function _phptemplate_variables($hook, $vars) {

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.2.2.1

  ViewVC Help
Powered by ViewVC 1.1.2