| 9 |
'footer' => t('footer') |
'footer' => t('footer') |
| 10 |
); |
); |
| 11 |
} |
} |
| 12 |
|
function channel_nine_get_center_width($left, $right1, $right2) { |
| 13 |
|
$width = 44; |
| 14 |
|
if (!$left) { |
| 15 |
|
$width = $width + 18; |
| 16 |
|
} |
| 17 |
|
if (!$right1) { |
| 18 |
|
$width = $width + 19; |
| 19 |
|
} |
| 20 |
|
if (!$right2) { |
| 21 |
|
$width = $width + 14; |
| 22 |
|
} |
| 23 |
|
return $width; |
| 24 |
|
} |
| 25 |
function phptemplate_menu_tree($pid = 1) { |
function phptemplate_menu_tree($pid = 1) { |
| 26 |
if ($tree = menu_tree($pid)) { |
if ($tree = menu_tree($pid)) { |
| 27 |
$output .= "\n<ul>\n"; |
$output .= "\n<ul>\n"; |