kbrown on 06/09/11
Last Edited at 06/09/11 03:11am
<?phpif(strstr($_SERVER['HTTP_USER_AGENT'],'iPhone') || strstr($_SERVER['HTTP_USER_AGENT'],'iPod') || strstr($_SERVER['HTTP_USER_AGENT'],'iPad')) { echo('<style type="text/css">#furnishButton { display: none; }</style>');}?>
Report this snippet Tweet
Comment:
You need to login to post a comment.