| 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; |
| 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) { |