W overall_header.tpl dodałem:
Kod:
/* Przyciski: cytuj, profil, email itd.
a.dolne
{
padding: 2px;
background-color: gainsboro;
border: none;
font-weight: bold;
text-decoration: none;
color: black;
}
a.dolne:hover
{
background-color: #1E90FF;
}
I jak teraz zrobić, żeby przyciski w viewtopic (profil, email, cytuj) miały znacznik class="dolne" i nie były obrazkami a po prostu <a class="dolne" href="link do profilu">Profil</a>
Chyba będzie to gdzieś tutaj (dla przycisku profil)?
Kod:
$temp_url = append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=$poster_id&p=$post_id");
$profile_img = '<a class="dolne" href="' . $temp_url . '"><img src="' . $images['icon_profile'] . '" alt="' . $lang['Read_profile'] . '" title="' . $lang['Read_profile'] . '" border="0" /></a>';
$profile = '<a href="' . $temp_url . '">' . $lang['Read_profile'] . '</a>';
-.-
shake your boom boom