You've already forked codeigniter_test
							
							
		
			
				
	
	
		
			13 lines
		
	
	
		
			512 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			512 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| $config['full_tag_open'] = '<div class="pagination pagination-centered">';
 | |
| $config['full_tag_close'] = '</div>';
 | |
| $config['next_link'] = 'Lanjut »';
 | |
| $config['prev_link'] = '« Kembali';
 | |
| $config['num_tag_open'] = '<div class="digit">';
 | |
| $config['num_tag_close'] = '</div>';
 | |
| $config['cur_tag_open'] = '<div class="digit current">';
 | |
| $config['cur_tag_close'] = '</div>';
 | |
| $config['num_links'] = 1;
 | |
| $config['last_link'] = '<b>Terakhir ›</b>';
 | |
| $config['first_link'] = '<b>‹ Pertama</b>';
 | |
| ?>
 | 
