HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: D:/web/conferencesearch/wp-content/themes/beauty-premium/footer.php
	        <?php 
	            global $shortname; 
            	$type = get_option( $shortname . '_footer_type', 'normal' ); 
	        ?>
	        
	        <!-- START FOOTER -->
	        <div id="footer">
	        
	        <?php if( $type == 'normal' ) : ?>
	        
	            <p class="left">
	                <?php convertTags( stripslashes( get_option( $shortname . '_copyright_text_left', 'Copyright <a href="%site_url%"><strong>%name_site%</strong></a> 2010' ) ) ) ?>
	            </p>
	            
	            <p class="right">
	                <?php convertTags( stripslashes( get_option( $shortname . '_copyright_text_right', 'Powered by <a href="http://www.yourinspirationweb.com/en"><strong>Your Inspiration Web</strong></a>' ) ) ) ?>  
	            </p>
	            
	        <?php elseif( $type == 'centered' ) : ?> 
	            
	            <p class="center">
                	<?php convertTags( stripslashes( get_option( $shortname . '_footer_text_centered' ) ) ) ?>  
	            </p>
	            
	        <?php endif ?>
	        
	        </div>
	        <!-- END FOOTER -->     
	    
	        <div class="clear"></div> 
	    
		</div>     
	    <!-- END WRAPPER --> 
	    
	</div>	<!-- END WRAPSHADOW --> 	        
	
	<script type="text/javascript">
        jQuery(document).ready(function($){
            $("a[rel^='prettyPhoto']").prettyPhoto({
                theme: '<?php echo get_option($shortname . '_portfolio_skin_lightbox') ?>'});
        });
    </script>
    
    <script type="text/javascript">
        //<![CDATA[
        Cufon.now();  //]]>
    </script>            
    
	<?php wp_footer() ?>   
	
	</body>

</html>