Moved images in text.php

This commit is contained in:
Savetheinternet 2010-12-17 02:27:31 +11:00
parent fb576d7966
commit 473bc415b5

View File

@ -11,7 +11,7 @@
require 'inc/user.php';
function image($type) {
return "<img src=\"src/{$type}.png\" style=\"margin:0px;width:16px;height:16px;\" />";
return "<img src=\"static/{$type}.png\" style=\"margin:0px;width:16px;height:16px;\" />";
}
function check($title, $test) {
global $body, $count;