Changeset 5021 for trunk/include/section_init.inc.php
- Timestamp:
- Mar 2, 2010, 3:54:22 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/section_init.inc.php
r5014 r5021 238 238 else 239 239 { 240 $page['title'] = l10n(' no_category');240 $page['title'] = l10n('Home'); 241 241 } 242 242 … … 362 362 'items' => $search_result['items'], 363 363 'title' => '<a href="'.duplicate_index_url(array('start'=>0)).'">' 364 .l10n(' search_result').'</a>',364 .l10n('Search results').'</a>', 365 365 ) 366 366 ); … … 376 376 $page, 377 377 array( 378 'title' => l10n(' favorites')378 'title' => l10n('Favorites') 379 379 ) 380 380 ); … … 457 457 array( 458 458 'title' => '<a href="'.duplicate_index_url(array('start'=>0)).'">' 459 .l10n(' recent_pics_cat').'</a>',459 .l10n('Recent pictures').'</a>', 460 460 'items' => array_from_query($query, 'id'), 461 461 ) … … 470 470 $page, 471 471 array( 472 'title' => l10n(' recent_cats_cat'),472 'title' => l10n('Recent categories'), 473 473 ) 474 474 ); … … 495 495 array( 496 496 'title' => '<a href="'.duplicate_index_url(array('start'=>0)).'">' 497 .$conf['top_number'].' '.l10n(' most_visited_cat').'</a>',497 .$conf['top_number'].' '.l10n('Most visited').'</a>', 498 498 'items' => array_from_query($query, 'id'), 499 499 ) … … 521 521 array( 522 522 'title' => '<a href="'.duplicate_index_url(array('start'=>0)).'">' 523 .$conf['top_number'].' '.l10n(' best_rated_cat').'</a>',523 .$conf['top_number'].' '.l10n('Best rated').'</a>', 524 524 'items' => array_from_query($query, 'id'), 525 525 ) … … 544 544 array( 545 545 'title' => '<a href="'.duplicate_index_url(array('start'=>0)).'">' 546 .l10n(' random_cat').'</a>',546 .l10n('Random pictures').'</a>', 547 547 'items' => array_from_query($query, 'id'), 548 548 )
Note: See TracChangeset
for help on using the changeset viewer.