Code: Alles auswählen
Open: includes/functions_content.php
Find
Tip: This may be a partial find and not the whole line.
Code:Select All
else if ($profile_url && !$username_colour)
{
$tpl = '<a href="{PROFILE_URL}">{USERNAME}</a>';
}
else if ($profile_url && $username_colour)
{
$tpl = '<a href="{PROFILE_URL}" style="color: {USERNAME_COLOUR};" class="username-coloured">{USERNAME}</a>';
}
Das finde ich garnicht in der Datei.
