| 5 |
<?php print $head ?> |
<?php print $head ?> |
| 6 |
<?php print $styles ?> |
<?php print $styles ?> |
| 7 |
<?php print $scripts ?> |
<?php print $scripts ?> |
| 8 |
|
<?php if ((arg(2) == 'themes') || (arg(2) == 'track')) { ?> |
| 9 |
|
<style type="text/css"> |
| 10 |
|
#outerColumn {border-right: none !important;} |
| 11 |
|
#rightCol {display: none;} |
| 12 |
|
</style> |
| 13 |
|
<?php } ?> |
| 14 |
</head> |
</head> |
| 15 |
|
|
| 16 |
<body class="<?php print $body_classes; ?>"> |
<body class="<?php print $body_classes; ?>"> |
| 65 |
</div> |
</div> |
| 66 |
<div id="footer"> |
<div id="footer"> |
| 67 |
<div class="inside"> |
<div class="inside"> |
| 68 |
<?php if ($footer_message) { ?><div class="footer_left"><?php print $footer_message ?></div><?php } ?> |
<?php if ($footer_message || $footer) { ?><div class="footer_left"> |
| 69 |
<?php if (isset($secondary_links)) { ?><div class="footer_right"><?php print theme('links', $secondary_links, array('class' => 'links', 'id' => 'subnavlist')); ?></div><?php } ?> |
<?php print $footer_message ?> |
| 70 |
|
<?php print $footer ?> |
| 71 |
|
</div><?php } ?> |
| 72 |
|
<div class="footer_right"> |
| 73 |
|
<?php print theme('links', $secondary_links, array('class' => 'links', 'id' => 'subnavlist')); ?> |
| 74 |
|
<?php /*?>You may remove this link<?php */?> |
| 75 |
|
<?php /*?><div class="powered">powered by <a href="http://www.freecmsdesigns.com" title="Foliage theme by FreeCmsDesigns.com">FreeCmsDesigns.com</a></div><?php */?> |
| 76 |
|
</div> |
| 77 |
<div class="clr"></div> |
<div class="clr"></div> |
| 78 |
</div> |
</div> |
| 79 |
</div> |
</div> |