| 3 |
|
|
| 4 |
<head> |
<head> |
| 5 |
<title><?php print $head_title ?></title> |
<title><?php print $head_title ?></title> |
| 6 |
|
|
| 7 |
|
<meta http-equiv="Content-Style-Type" content="text/css" /> |
| 8 |
|
<?php /* Setting the default style sheet language for validation */ ?> |
| 9 |
|
|
| 10 |
<?php print $head ?> |
<?php print $head ?> |
| 11 |
<?php print $styles ?> |
<?php print $styles ?> |
| 12 |
|
|
| 113 |
|
|
| 114 |
|
|
| 115 |
|
|
| 116 |
<div id="primary" style=<?php print '"width:'.marinelli_width( $left, $right).'px;">' ?> |
<div id="primary" class=<?php print '"'.marinelli_width( $left, $right).'">' ?> |
| 117 |
<div class="singlepage"> |
<div class="singlepage"> |
| 118 |
<?php print $breadcrumb; ?> |
<?php print $breadcrumb; ?> |
| 119 |
|
|