forked from leftypol/leftypol
Adds "noko50" (View Last 50 Posts) pages. (Broken Reply)
This commit is contained in:
parent
1248e329d2
commit
12ee85beaf
7 changed files with 152 additions and 8 deletions
2
mod.php
2
mod.php
|
@ -90,6 +90,8 @@ $pages = array(
|
|||
'/(\%b)/' => 'view_board',
|
||||
'/(\%b)/' . preg_quote($config['file_index'], '!') => 'view_board',
|
||||
'/(\%b)/' . str_replace('%d', '(\d+)', preg_quote($config['file_page'], '!')) => 'view_board',
|
||||
'/(\%b)/' . preg_quote($config['dir']['res'], '!') .
|
||||
str_replace('%d', '(\d+)', preg_quote($config['file_page50'], '!')) => 'view_thread50',
|
||||
'/(\%b)/' . preg_quote($config['dir']['res'], '!') .
|
||||
str_replace('%d', '(\d+)', preg_quote($config['file_page'], '!')) => 'view_thread',
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue