File: /homepages/4/d4297730999/htdocs/wordpress/wp-content/kamini-wp copy/footer.php
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the id=main div and all content after
*
* @package WordPress
* @subpackage Twenty_Eleven
* @since Twenty Eleven 1.0
*/
?>
<div id="footerconstants">
<div id="homelatest">
<h1><a style="color:#FFF;text-decoration:none" href="/category/latest-news-reviews/">Latest News and Reviews</a></h1>
<?php query_posts('showposts=1&cat=7'); ?>
<?php global $more;
$more = 0;
?>
<?php if (have_posts()) : ?>
<?php while (have_posts()) { the_post(); ?>
<span class="homethumb"><a href="<?php the_permalink(); ?>"><?php if (class_exists('MultiPostThumbnails')
&& MultiPostThumbnails::has_post_thumbnail('post', 'secondary-image')) :
MultiPostThumbnails::the_post_thumbnail('post', 'secondary-image'); endif; ?></a>
</span>
<a class="hometitle" href="<?php the_permalink(); ?>"><?php the_title(); ?></a><br />
<span class="homedate"><?php the_date(); ?></span><br /><br />
<span class="homestripthumb"><?php the_content(); ?></span>
<?php }; ?>
<?php endif; ?>
<span class="readfull"><a href="<?php the_permalink(); ?>">Read the full article</a></span>
</div>
<div id="homebook">
<h1><a style="color:#FFF;text-decoration:none" href="/kamini-gems/book-of-secrets/">Twitter Feed</a></h1>
<?php echo do_shortcode('[twitter-feed username="kaminibeauty" other="yes" num="3" divid="hometwitter"]'); ?>
</div>
<div id="homecallback">
<h1>Request a call back</h1>
Leave your details below and one of our specialist consultants will call you back at the time which is most convenient for you.
<form name="callbackform" onsubmit="return validateFormOnSubmit(this)" method="post" action="/xcallback.php">
<div id="callback_container">
<div class="callback_label">Name:</div>
<div class="callback_input"><input type="text" name="name" /></div>
<div class="callback_label">Telephone number:</div>
<div class="callback_input"><input type="text" name="tel" /></div>
<div class="callback_label">Best time to call:</div>
<div class="callback_input">
<select name="time">
<option selected>Please select...</option>
<option value="officehours">During office hours</option>
<option value="afterhours">After hours</option>
<option value="now">Right now</option>
</select>
</div>
<div class="callback_submit"><input type="submit" class="submit" name="submit" value="Send" /></div>
</div>
</form>
</div>
</div>
</div><!-- #main -->
<footer id="colophon" role="contentinfo">
<?php
/* A sidebar in the footer? Yep. You can can customize
* your footer with three columns of widgets.
*/
if ( ! is_404() )
get_sidebar( 'footer' );
?>
<div id="footermenu">
<?php wp_nav_menu( array( 'theme_location' => 'Footer Menu' ) ); ?>
</div>
<div id="footersocial">
<div><a href="/"><img src="<?php echo site_url(); ?>/wp-content/themes/kamini-wp/images/kaminismall.png" width="120" height="44" alt="Kamini" title="Kamini" /></a></div>
<div><a href="http://www.facebook.com/KaminiBeauty" target="_blank"><img src="<?php echo site_url(); ?>/wp-content/themes/kamini-wp/images/fb.png" width="44" height="44" alt="Join us on Facebook" title="Join us on Facebook" /></a></div>
<div><a href="http://twitter.com/kaminibeauty" target="_blank"><img src="<?php echo site_url(); ?>/wp-content/themes/kamini-wp/images/tw.png" width="43" height="44" alt="Follow us on Twitter" title="Follow us on Twitter" /></a></div>
<div><a href="http://kaminibeauty.blogspot.com/" target="_blank"><img src="<?php echo site_url(); ?>/wp-content/themes/kamini-wp/images/bl.png" width="38" height="44" alt="View our Blog" title="View our Blog" /></a></div>
</div>
</footer><!-- #colophon -->
<div id="copyright">Copyright © 2012 Kamini Beauty. All Rights Reserved.</a></div>
</div><!-- #page -->
<?php wp_footer(); ?>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-18597849-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>