bydlokod

Php code posted
created at 07 Aug 19:47

Edit | Back
1
2
3
4
5
6
/* Быдлокод высшей пробы */
function konfeta($word, $text, $domain)
{
    $id = substr(md5($domain), 0, 6);
    return '<span class="tooltip' . $id . '"><span class="word' . $id . '">' . $word . '</span> <span class="text' . $id . '">(' . $text . ')</span></span>';
}
272 Bytes in 2 ms with coderay