File: /home/mmickelson/martyknows.com/wp-content/themes/under-the-influence/footer.php
<?php
/**
* @package WordPress
* @subpackage Under_the_Influence
*/
global $options;
foreach ($options as $value) {
if (get_settings( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = get_settings( $value['id'] ); }
}
?>
<hr />
<div id="footer">
<div class="ornament"></div>
<div class="cell cell-1">
<?php /* Widgetized footer, if you have the plugin installed. */
if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('footercell-left') ) : ?>
<div class="widget widget_tag_cloud">
<h2>Tags</h2>
<div class="line"></div><div>
<?php wp_tag_cloud(); ?></div></div>
<?php endif; ?>
</div>
<div class="cell cell-2">
<?php /* Widgetized footer, if you have the plugin installed. */
if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('footercell-mid-left') ) : ?>
<div class="widget">
<h2>Calendar</h2>
<div class="line"></div><div> <?php get_calendar(); ?> </div></div>
<?php endif; ?>
</div>
<div class="cell cell-3">
<?php /* Widgetized footer, if you have the plugin installed. */
if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('footercell-mid-right') ) : ?>
<div class="widget">
<h2>Archives</h2>
<div class="line"></div><ul>
<?php wp_get_archives("monthly"); ?> </ul></div>
<?php endif; ?>
</div>
<?php if ($uti_footer_cell4 == "on") { ?>
<div class="cell cell-4">
<?php /* Widgetized footer, if you have the plugin installed. */
if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('footercell-right') ) : ?>
<div class="widget">
<h2>Blogroll</h2>
<div class="line"></div><ul>
<?php wp_list_bookmarks('title_li=&categorize=0'); ?></ul></div>
<?php endif; ?>
</div>
<?php } ?>
<hr />
</div><!--#footer-->
</div><!--#page-->
<?php wp_footer(); ?>
<script type="text/javascript"> Cufon.now(); </script>
</body>
</html>