diff --git a/res/forum/home/home.html b/res/forum/home/home.html index 37cfed8..7b791e7 100644 --- a/res/forum/home/home.html +++ b/res/forum/home/home.html @@ -21,8 +21,16 @@ $("#posts").append ( "
" + - "" + - "
" + "
" + + "" + + "
" + + + "
" + + "
Název: " + result[i].title + "
" + + ((result[i].description != null) ? "
Popis: " + result[i].description + "
" : "") + + "
Autor: " + result[i].username + "
" + + "
" + + "" ); } }