| 1 |
<?php |
<?php |
| 2 |
// $Id: page.tpl.php,v 1.1.2.6 2009/04/18 18:39:22 skiquel Exp $ |
// $Id: page.tpl.php,v 1.1.2.7 2009/04/18 19:02:15 skiquel Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file page.tpl.php |
* @file page.tpl.php |
| 193 |
<?php print $content; ?> |
<?php print $content; ?> |
| 194 |
</div> |
</div> |
| 195 |
|
|
|
<?php if ($feed_icons): ?> |
|
|
<div class="feed-icons"><?php print $feed_icons; ?></div> |
|
|
<?php endif; ?> |
|
|
|
|
| 196 |
<?php if ($content_bottom): ?> |
<?php if ($content_bottom): ?> |
| 197 |
<div id="content-bottom" class="region region-content_bottom"> |
<div id="content-bottom" class="region region-content_bottom"> |
| 198 |
<?php print $content_bottom; ?> |
<?php print $content_bottom; ?> |
| 222 |
<div id="footer-message"><?php print $footer_message; ?></div> |
<div id="footer-message"><?php print $footer_message; ?></div> |
| 223 |
<?php endif; ?> |
<?php endif; ?> |
| 224 |
|
|
| 225 |
|
<?php if ($feed_icons): ?> |
| 226 |
|
<?php print $feed_icons; ?> |
| 227 |
|
<?php endif; ?> |
| 228 |
|
|
| 229 |
<?php print $footer; ?> |
<?php print $footer; ?> |
| 230 |
|
|
| 231 |
</div></div> <!-- /#footer-inner, /#footer --> |
</div></div> <!-- /#footer-inner, /#footer --> |