JezK
Edit File: footer.php
<!-- Footer Area --> <?php global $oketheme;?> <?php ads728();?> <div id="footerwrap"> <div> <?php if(!function_exists('dynamic_sidebar') || !dynamic_sidebar('footer-area-1')) ?> </div> <div> <?php if(!function_exists('dynamic_sidebar') || !dynamic_sidebar('footer-area-2')) ?> </div> <div> <?php if(!function_exists('dynamic_sidebar') || !dynamic_sidebar('footer-area-3')) ?> </div> <div class="copyright"> <a href="<?php echo home_url(); ?>"><h5><?php echo $oketheme['nama_web'];?> - <?php echo $oketheme['slogan_web'];?></h5></a> <p class="small"><?php if ($oketheme['footer_text'] == '') { echo copyright(); } else { echo $oketheme['footer_text'];}?></p> <?php echo isset($oketheme['footer_code'])?$oketheme['footer_code']:''; ?> </div> </div> <?php // Auto Popup if ($oketheme['pophome']['yes']) { if ( is_home() && !is_custom_page() ) { autopopup(); } } else { autopopup(); } contact(); sidecontact(); wp_footer(); ?> <a href="#" class="scrollup"></a> </div> <!-- END MAINWRAP --> </body> </html> <!-- Wizata Theme ~ Copyright by Oketheme.com -->