Hi there guys
i am currently setting up a website and im a bit of a nooooobie, but i was wondering, in the footer area of my theme it says copyright sunrose online, now i guess this is the site name of my wordpress installation. in the footer.php file, here is what i have found.
<div id="copyright" class="wrap">
<div class="left-col">
<?php
if ( get_option('viro_checkout_option') == "PayPal" ) { ?>
<img alt="" title="PayPal Accepted" src="<?php bloginfo('stylesheet_directory'); ?>/images/paypal.png" />
<?php } else { ?>
<img alt="" title="Google Checkout" src="<?php bloginfo('stylesheet_directory'); ?>/images/googlecheckout.png" />
<?php } ?>
</div>
<div class="right-col">
<p>Copyright © <?php echo date('Y'); ?> <strong><?php bloginfo(); ?></strong></p>
</div>
</div>
</div>
<script type="text/javascript"> Cufon.now(); </script>
<?php wp_footer(); ?>
</body>
</html>
how do i edit that so it says Copyright Sunrose Online - A Division of SUNROSE LTD on the bottom right?
Many thanks,
Yaseen