| 1 |
<?php |
<?php |
| 2 |
// $Id: page.tpl.php,v 1.2.2.13 2008/11/22 18:36:37 hswong3i Exp $ |
// $Id: page.tpl.php,v 1.2.2.14 2009/04/21 07:16:46 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->language ?>" lang="<?php print $language->language ?>" dir="<?php print $language->dir ?>"> |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php print $language->language ?>" lang="<?php print $language->language ?>" dir="<?php print $language->dir ?>"> |
| 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 ($left) { ?> |
<?php if ($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; ?> |