View Single Post
Old 07-07-2009, 01:27 AM   #2 (permalink)
neo
 
neo's Avatar
 
Join Date: Mar 2005
Posts: 8,189
Send a message via Skype™ to neo
Default

js , bug ,

ope index.php

line 32

<?php echo "<!--[if lt IE 7]>\n";

change to

<?php echo "<!--[if lt IE 7]-->\n";
neo is offline   Reply With Quote