inherit
100824
0
May 13, 2012 5:37:49 GMT -8
Michael
14,585
March 2007
wrighty
|
Post by Michael on Jul 27, 2010 11:47:29 GMT -8
This will let you change the mobile icon that appears everywhere on the forum. Alter the red... <script type='text/javascript'> /* Change Mobile Icon - Wrighty/Michael - No Rip, Repost/Claim etc. */
var x = '[red]http://av.wservices.co.uk/av.png[/red]';
for(i = document.getElementsByTagName('img'), a = 0; a < i.length; a++) if(i.src.match(/mobile.gif$/)) i.src = x; </script>Global Footer
|
|