| 9 |
'footer' => t('footer') |
'footer' => t('footer') |
| 10 |
); |
); |
| 11 |
} |
} |
| 12 |
function channel_nine_get_center_width($left, $right1, $right2) { |
function channel_nine_get_center_width($left, $right1, $right2, $mission) { |
| 13 |
$width = 44; |
$width = 44; |
| 14 |
if (!$left) { |
if (!$left && !$mission) { |
| 15 |
$width = $width + 18; |
$width = $width + 18; |
| 16 |
} |
} |
| 17 |
if (!$right1) { |
if (!$right1) { |
| 28 |
if (function_exists('base_path')) { |
if (function_exists('base_path')) { |
| 29 |
$base_path = base_path(); |
$base_path = base_path(); |
| 30 |
} |
} |
| 31 |
$url = $base_path . 'node'; |
$url = $base_path; |
| 32 |
if ($pid == 1) { |
if ($pid == 1) { |
| 33 |
$output .= "<li><a href=\"" . $url . "\">home</a></li>"; |
$output .= "<li><a href=\"" . $url . "\">home</a></li>"; |
| 34 |
}; |
}; |