| 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 |
} |
} |