You appear to be a bot. Output may be restricted
Description
Usage
bwlink();
Parameters
Returns
voidSource
File name: oik/includes/deprecated-bwlink.incLines:
1 to 11 of 11
function bwlink() { $link = '<a class="bwlink" '; // Cannot use alt in Strict XHTML 1.0 // $link.= 'alt="Website design and website development by Bobbing Wide" '; $link.= 'title="Website design and website development by Bobbing Wide" '; $link.= 'href="http://www.bobbingwide.com">© Copyright ' ; $link.= bw(); $link.= ' 2010</a>'; echo $link; }View on GitHub View on Trac