| 1 |
<?php |
<?php |
| 2 |
// $Id$ |
// $Id: page.tpl.php,v 1.1.4.5 2008/08/03 20:07:46 couzinhub Exp $ |
| 3 |
?> |
?> |
| 4 |
|
|
| 5 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
| 61 |
<?php print $help; ?> |
<?php print $help; ?> |
| 62 |
<?php print $messages; ?> |
<?php print $messages; ?> |
| 63 |
<?php print $content; ?> |
<?php print $content; ?> |
| 64 |
<?php if ($content_bottom): ?><?php print $content_bottom; ?><?php endif; ?> |
<?php if (isset($content_bottom)): ?><?php print $content_bottom; ?><?php endif; ?> |
| 65 |
</div> <!-- /content --> |
</div> <!-- /content --> |
| 66 |
|
|
| 67 |
<div id="sidebar-left" class="column"> |
<div id="sidebar-left" class="column"> |