hello, i need a help. i want to insert a link in this php code and the link (Watch 3D Movies Online) beside the word Powered by.The link go to one of my movie sites.Please look at the code below: <!-- Footer --> <footer id="footer"> <span class="left-footer"> © <?php echo date("Y");?> <a href="<?php print $config->site->url; ?>"><?php print $config->site->name; ?></a> <br />Powered by <a class="signature" href="<?php print $config->core->url; ?>"> <?php print $config->core->name; ?> v<?php print $config->core->version; ?></a> </span> <span class="right-footer"> <a href="http://www.youtube.com" target="_blank" title="This application utilizes Youtube API"><img src="<?php print $config->site->url; ?>/tpl/images/ytp_powered_by.png" border="0"/></a> </span> </footer> Need your help.Thank you.
Just add <a href="3dmoviewebsite" style="font-weight:bold">Watch 3D Movies Online</a> HTML: Under <br />Powered by <a class="signature" href="<?php print $config->core->url; ?>"> <?php print $config->core->name; ?> v<?php print $config->core->version; ?></a> HTML: