при выводе подфорумов с столбцы
filosof
Код: Выделить всё
$s_subforums_list_str .= (string) implode(',<br />', $s_subforums_list_m[0]);
Код: Выделить всё
$s_subforums_list_str .= (string) implode(',<br /> ', $s_subforums_list_m[$i]);
Код: Выделить всё
<br />
Код: Выделить всё
$s_subforums_list = (string) implode(', ', $s_subforums_list);
PPK
Код: Выделить всё
padding-right: 12px;
root
Код: Выделить всё
$s_subforums_list_str .= (string) implode(',<br />', $s_subforums_list_m[0]);
Код: Выделить всё
$s_subforums_list_str .= (string) implode(',<br /> ', $s_subforums_list_m[$i]);
filosof
Код: Выделить всё
<br />
Код: Выделить всё
implode(', '
PPK
filosof
PROtS
Код: Выделить всё
a.subforum.read {
background-image: url("../imageset/icon_post_target.gif");
background-position: 0 50%;
background-repeat: no-repeat;
position: relative;
white-space: nowrap;
padding: 0 0 0 12px;
Код: Выделить всё
a.subforum.unread {
background-image: url("../imageset/icon_post_target_unread.gif");
background-position: 0 50%;
background-repeat: no-repeat;
position: relative;
white-space: nowrap;
padding: 0 0 0 12px;
Код: Выделить всё
padding-right: 12px;
Код: Выделить всё
padding-right: 0px;
PPK