File: /home/khakzad/public_html/milad/wp-content/themes/Zadman-1/footer.php
<?php
global $options; foreach ($options as $value) { if (get_settings( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = get_settings( $value['id'] ); } }
$dateformat = get_option('date_format');
$timeformat = get_option('time_format');
?>
</div> <!-- end content -->
</div> <!-- end content wrap -->
<div id="footer">
<div class="footer-wrap">
<div id="fside">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Footer') ) : ?>
<?php endif; ?>
</div>
</div> <!-- end footer wrap-->
<div class="clear"></div>
<div id="copyright">
<div class="footer-wrap"><?php _e('Copyright', 'wpzoom');?> © <?php echo date("Y"); ?> — <a href="<?php echo get_option('home'); ?>/" class="on"><?php bloginfo('name'); ?></a>. <?php _e('All Rights Reserved.', 'wpzoom');?><br />
<span><?php _e('Designed by', 'wpzoom');?> <a href="http://www.wp-iran.com" target="_blank" title="فارسی سازی قالب های وردپرس"><img src="<?php bloginfo('template_directory'); ?>/images/wpzoom.png" alt="wp-iran" /></a></span>
</div> <!-- end footer wrap-->
</div>
</div> <!-- end footer -->
<?php if ($wpzoom_misc_analytics != '' && $wpzoom_misc_analytics_select == 'Yes')
{
echo stripslashes($wpzoom_misc_analytics);
} ?>
<?php wp_footer() ?>
</body>
</html>