mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-12 01:50:48 +01:00
Moved images in text.php
This commit is contained in:
parent
fb576d7966
commit
473bc415b5
2
test.php
2
test.php
@ -11,7 +11,7 @@
|
|||||||
require 'inc/user.php';
|
require 'inc/user.php';
|
||||||
|
|
||||||
function image($type) {
|
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) {
|
function check($title, $test) {
|
||||||
global $body, $count;
|
global $body, $count;
|
||||||
|
Loading…
Reference in New Issue
Block a user