| 16 |
<td> |
<td> |
| 17 |
<table> |
<table> |
| 18 |
<tr> |
<tr> |
| 19 |
<?php if ($logo) { ?><td id="logo"><a href="<?php print $base_path ?>" title="<?php print t('Home'); ?>"><img src="<?php print $logo ?>" alt="<?php print t('Home'); ?>" /></a></td><?php } ?> |
<?php if ($logo) { ?><td id="logo"><a href="<?php print $base_path ?>" title="<?php print t('Home'); ?>"><img src="<?php print $logo ?>" alt="<?php print t('Home'); ?>" /></a></td><?php } ?> |
| 20 |
<td id="site-name-slogan"> |
<td id="site-name-slogan"> |
| 21 |
<?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 } ?> |
| 22 |
<?php if ($site_slogan) { ?><div class='site-slogan'><?php print $site_slogan ?></div><?php } ?> |
<?php if ($site_slogan) { ?><div class='site-slogan'><?php print $site_slogan ?></div><?php } ?> |
| 23 |
</td> |
</td> |
| 24 |
</tr> |
</tr> |
| 27 |
<td id="menu"> |
<td id="menu"> |
| 28 |
<?php if ($secondary_links) { ?><div id="secondary"><?php print theme('links',$secondary_links) ?></div><?php } ?> |
<?php if ($secondary_links) { ?><div id="secondary"><?php print theme('links',$secondary_links) ?></div><?php } ?> |
| 29 |
<?php if ($primary_links) { ?><div id="primary"><?php print theme('links',$primary_links) ?></div><?php } ?> |
<?php if ($primary_links) { ?><div id="primary"><?php print theme('links',$primary_links) ?></div><?php } ?> |
| 30 |
<?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 } ?> |
|
| 31 |
</td> |
</td> |
| 32 |
</tr> |
</tr> |
| 33 |
</table> |
</table> |