X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=inc%2Fshowz.inc;fp=inc%2Fshowz.inc;h=88fe23a37e8d784ceb8387ed3798beeaf906a97e;hb=bc13d5d6e1834068f8b690c32bba114e352dacdd;hp=0000000000000000000000000000000000000000;hpb=07269e54b4e79c0a5e77d8f378cf0849bd8276e5;p=mirrors%2FKyberia-bloodline.git diff --git a/inc/showz.inc b/inc/showz.inc new file mode 100644 index 0000000..88fe23a --- /dev/null +++ b/inc/showz.inc @@ -0,0 +1,49 @@ +"; +if ($start && $action=='forum') echo ""; +echo " +"; +if ($start) echo ""; +if ($start) echo ""; +echo " +"; +echo ""; +if ($start) echo ""; +if ($start) echo ""; + + +if ($start && $action=='forum') { + $set3=$kyberia->query("select user_k from user where id='$user_id'"); + $set3->next(); + $kamount="Este mas ".$set3->getString('user_k')." K."; + echo "
"; + echo ""; + echo "
".$kamount."     zmaz mezi   NO-HTML
"; + echo "
"; +} + +} + +function showDate($date) { +echo "  ".$date; +} + +function showLocation($action,$id,$name) { + if ($name) echo " [lokacia::$name] "; + else echo " [lokacia:$action] "; +} + +} \ No newline at end of file