| 1 |
<?php |
<?php |
| 2 |
// $Id: page.tpl.php,v 1.1.1.1.2.9 2008/06/26 17:51:19 hswong3i Exp $ |
// $Id: page.tpl.php,v 1.1.1.1.2.10 2009/04/21 08:22:35 hswong3i Exp $ |
| 3 |
?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
| 4 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php print $language ?>" lang="<?php print $language ?>"> |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php print $language ?>" lang="<?php print $language ?>"> |
| 5 |
|
|
| 29 |
<?php endif; ?><!-- end primary_links --> |
<?php endif; ?><!-- end primary_links --> |
| 30 |
</div><!-- end header --> |
</div><!-- end header --> |
| 31 |
<div id="breadcrumb"><?php print $breadcrumb ?></div> |
<div id="breadcrumb"><?php print $breadcrumb ?></div> |
| 32 |
<?php if ($mission): print '<div id="mission">'. theme('mission') .'</div>'; endif; ?> |
<?php if ($mission): print '<div id="mission">'. phptemplate_mission() .'</div>'; endif; ?> |
| 33 |
<?php if ($sidebar_left) { ?> |
<?php if ($sidebar_left) { ?> |
| 34 |
<div id="sidebar-left" class="sidebar"><!-- begin sidebar-left --> |
<div id="sidebar-left" class="sidebar"><!-- begin sidebar-left --> |
| 35 |
<?php if ($search_box): ?><div class="block block-theme"><?php print $search_box ?></div><?php endif; ?> |
<?php if ($search_box): ?><div class="block block-theme"><?php print $search_box ?></div><?php endif; ?> |