| 139 |
$title_f = str_repeat(" ", 5 - intval(log10($article_count))) . $article_count . " + " . |
$title_f = str_repeat(" ", 5 - intval(log10($article_count))) . $article_count . " + " . |
| 140 |
$section['name'] . str_repeat(" ", 20 - strlen($section['name'])) . |
$section['name'] . str_repeat(" ", 20 - strlen($section['name'])) . |
| 141 |
$class_title_f . addslashes($section['title']) . str_repeat(" ", 22 - str_length($section['title'])) . |
$class_title_f . addslashes($section['title']) . str_repeat(" ", 22 - str_length($section['title'])) . |
| 142 |
$section['udf_values']['section_master']; |
($section['udf_values']['section_master'] == "" ? "诚征版主中" : $section['udf_values']['section_master']); |
| 143 |
|
|
| 144 |
$buffer .= <<<MENU |
$buffer .= <<<MENU |
| 145 |
@LIST_SECTION {$display_row}, 4, 1, {$section['read_user_level']}, "{$section['name']}", "{$title_f}" |
@LIST_SECTION {$display_row}, 4, 1, {$section['read_user_level']}, "{$section['name']}", "{$title_f}" |
| 177 |
$title_f = str_repeat(" ", 5 - intval(log10($article_count))) . $article_count . " + " . |
$title_f = str_repeat(" ", 5 - intval(log10($article_count))) . $article_count . " + " . |
| 178 |
$section['name'] . str_repeat(" ", 20 - strlen($section['name'])) . |
$section['name'] . str_repeat(" ", 20 - strlen($section['name'])) . |
| 179 |
$class_title_f . addslashes($section['title']) . str_repeat(" ", 22 - str_length($section['title'])) . |
$class_title_f . addslashes($section['title']) . str_repeat(" ", 22 - str_length($section['title'])) . |
| 180 |
$section['udf_values']['section_master']; |
($section['udf_values']['section_master'] == "" ? "诚征版主中" : $section['udf_values']['section_master']); |
| 181 |
|
|
| 182 |
$buffer .= <<<MENU |
$buffer .= <<<MENU |
| 183 |
@LIST_SECTION {$display_row}, 4, 1, {$section['read_user_level']}, "{$section['name']}", "{$title_f}" |
@LIST_SECTION {$display_row}, 4, 1, {$section['read_user_level']}, "{$section['name']}", "{$title_f}" |
| 217 |
$title_f = str_repeat(" ", 5 - intval(log10($article_count))) . $article_count . " + " . |
$title_f = str_repeat(" ", 5 - intval(log10($article_count))) . $article_count . " + " . |
| 218 |
$section['name'] . str_repeat(" ", 20 - strlen($section['name'])) . |
$section['name'] . str_repeat(" ", 20 - strlen($section['name'])) . |
| 219 |
$class_title_f . addslashes($section['title']) . str_repeat(" ", 22 - str_length($section['title'])) . |
$class_title_f . addslashes($section['title']) . str_repeat(" ", 22 - str_length($section['title'])) . |
| 220 |
$section['udf_values']['section_master']; |
($section['udf_values']['section_master'] == "" ? "诚征版主中" : $section['udf_values']['section_master']); |
| 221 |
|
|
| 222 |
$buffer .= <<<MENU |
$buffer .= <<<MENU |
| 223 |
@LIST_SECTION {$display_row}, 4, {$section['sid']}, {$section['read_user_level']}, "{$section['name']}", "{$title_f}" |
@LIST_SECTION {$display_row}, 4, {$section['sid']}, {$section['read_user_level']}, "{$section['name']}", "{$title_f}" |