/[LeafOK_CVS]/lbbs/utils/bin/gen_section_menu.php
ViewVC logotype

Diff of /lbbs/utils/bin/gen_section_menu.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.4 by sysadm, Mon May 19 08:22:06 2025 UTC Revision 1.5 by sysadm, Mon May 19 08:37:32 2025 UTC
# Line 188  MENU; Line 188  MENU;
188    
189                          $title_f = str_repeat(" ", 5 - intval(log10($article_count))) . $article_count . " гл  " .                          $title_f = str_repeat(" ", 5 - intval(log10($article_count))) . $article_count . " гл  " .
190                                  $section['name'] . str_repeat(" ", 20 - strlen($section['name'])) .                                  $section['name'] . str_repeat(" ", 20 - strlen($section['name'])) .
191                                  $class_title_f . addslashes($section['title']) . str_repeat(" ", 22 - str_length($section_class['title'])) .                                  $class_title_f . addslashes($section['title']) . str_repeat(" ", 22 - str_length($section['title'])) .
192                                  $section['udf_values']['section_master'];                                  $section['udf_values']['section_master'];
193    
194                          $buffer .= <<<MENU                          $buffer .= <<<MENU
# Line 251  MENU; Line 251  MENU;
251    
252                          $title_f = str_repeat(" ", 5 - intval(log10($article_count))) . $article_count . " гл  " .                          $title_f = str_repeat(" ", 5 - intval(log10($article_count))) . $article_count . " гл  " .
253                                  $section['name'] . str_repeat(" ", 20 - strlen($section['name'])) .                                  $section['name'] . str_repeat(" ", 20 - strlen($section['name'])) .
254                                  $class_title_f . addslashes($section['title']) . str_repeat(" ", 22 - str_length($section_class['title'])) .                                  $class_title_f . addslashes($section['title']) . str_repeat(" ", 22 - str_length($section['title'])) .
255                                  $section['udf_values']['section_master'];                                  $section['udf_values']['section_master'];
256    
257                          $buffer .= <<<MENU                          $buffer .= <<<MENU


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1