| 1 |
<?php |
<?php |
| 2 |
// $Id: page.tpl.php,v 1.4 2008/10/30 12:42:39 jmburnz Exp $ |
// $Id: page.tpl.php,v 1.5 2008/10/30 16:56:28 jmburnz Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file page.tpl.php |
* @file page.tpl.php |
| 127 |
|
|
| 128 |
<div id="main-content"> |
<div id="main-content"> |
| 129 |
<?php if (!empty($title)): ?> |
<?php if (!empty($title)): ?> |
| 130 |
<h1 class="page-title" id="page-title"><?php print $title; ?></h1> |
<h1 id="page-title"><?php print $title; ?></h1> |
| 131 |
<?php endif; ?> |
<?php endif; ?> |
| 132 |
<?php if (!empty($tabs)): ?> |
<?php if (!empty($tabs)): ?> |
| 133 |
<div class="tabs"><?php print $tabs; ?></div> |
<div class="tabs"><?php print $tabs; ?></div> |