<?php 
$front_template = Zend_Registry::get('front_template'); 
$this->translator = Zend_Registry::get('translator');
$global_conf = Zend_Registry::get('global_conf');
$license = new Zend_Session_Namespace('License'); 
$validation_data = $license->license_data;
?>
<div class="clearfix"></div>
<div id="footer">
	<div class="top-row clearfix"> 
        <div class="col-xs-12">
            <?php echo $this->partial('blocks/gallery_featured.phtml'); ?>
        </div>
    </div>
    
    <div class="bottom-row clearfix">
        
        
        <div class="col-xs-12">
            <div class="social">
                <a href="http://www.facebook.com" target="_blank"><img src="application/layouts/scripts/<?php echo $front_template['theme_folder']; ?>/images/facebook.png" border="0" title="Facebook"></a>
                <a href="http://www.twitter.com" target="_blank"><img src="application/layouts/scripts/<?php echo $front_template['theme_folder']; ?>/images/twitter.png" border="0" title="Twitter"></a>
                <a href="https://plus.google.com" target="_blank"><img src="application/layouts/scripts/<?php echo $front_template['theme_folder']; ?>/images/google-plus.png" border="0" title="Google Plus"></a>
            </div>
        </div>
    </div>
</div>
