| 15 |
<div id="header"> |
<div id="header"> |
| 16 |
<?php if ($site_name) { ?><h1 class='site-name'><a href="<?php print $base_path ?>" title="<?php print t('Home') ?>"><?php print $site_name ?></a></h1><?php } ?> |
<?php if ($site_name) { ?><h1 class='site-name'><a href="<?php print $base_path ?>" title="<?php print t('Home') ?>"><?php print $site_name ?></a></h1><?php } ?> |
| 17 |
<?php if ($site_slogan) { ?><p><?php print $site_slogan ?></p><?php } ?> |
<?php if ($site_slogan) { ?><p><?php print $site_slogan ?></p><?php } ?> |
| 18 |
<?php if ($search_box) { ?><form action="<?php print $search_url ?>" method="post"> |
<?php if ($search_box) { print $search_box; } ?> |
|
<div id="search"> |
|
|
<input class="form-text" type="text" size="15" value="" name="edit[keys]" alt="<?php print $search_description ?>" /> |
|
|
<input class="form-submit" type="submit" value="<?php print $search_button_text ?>" /> |
|
|
</div> |
|
|
</form><?php } ?> |
|
| 19 |
<?php if (isset($primary_links)) { ?><?php print theme('links', $primary_links, array('class' =>'links', 'id' => 'navlist')) ?><?php } ?> |
<?php if (isset($primary_links)) { ?><?php print theme('links', $primary_links, array('class' =>'links', 'id' => 'navlist')) ?><?php } ?> |
| 20 |
<?php if (isset($secondary_links)) { ?><?php print theme('links', $secondary_links, array('class' =>'links', 'id' => 'subnavlist')) ?><?php } ?> |
<?php if (isset($secondary_links)) { ?><?php print theme('links', $secondary_links, array('class' =>'links', 'id' => 'subnavlist')) ?><?php } ?> |
| 21 |
</div> |
</div> |