Browse Source

Moved images in text.php

pull/40/head
Savetheinternet 14 years ago
parent
commit
473bc415b5
  1. 2
      test.php

2
test.php

@ -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;

Loading…
Cancel
Save