Changed image path to style/images/
break;
}
if( $ok )
- $result .= "<td width='300'> </td> <td> <img width='30' src='images/s_ok.gif' />";
+ $result .= "<td width='300'> </td> <td> <img width='30' src='style/images/s_ok.gif' />";
else
- $result .= "<td width='300'>$error_message</td> <td width='35'> <img width='30' src='images/s_error.gif' />";
+ $result .= "<td width='300'>$error_message</td> <td width='35'> <img width='30' src='style/images/s_error.gif' />";
echo $result;
}
</body>
-</html>
\ No newline at end of file
+</html>