Changeset 2277 for trunk/bp-forums/bp-forums-templatetags.php
- Timestamp:
- 01/09/2010 09:58:51 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-forums/bp-forums-templatetags.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-forums/bp-forums-templatetags.php
r2209 r2277 720 720 'total' => ceil($this->total_post_count / $this->pag_num), 721 721 'current' => $this->pag_page, 722 'prev_text' => '&la quo;',723 'next_text' => '&ra quo;',722 'prev_text' => '←', 723 'next_text' => '→', 724 724 'mid_size' => 1 725 725 ));
Note: See TracChangeset
for help on using the changeset viewer.