8 lines
		
	
	
		
			299 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			299 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 	$lang['plugin']['thumb']['errors'] = array (
 | |
| 		-1	=> 'Kan het niet vinden '.
 | |
| 			'<a href="http://www.php.net/manual/en/ref.image.php">PHP GD2 extension</a> ' .
 | |
| 			'nodig voor <strong>thumb</strong> om te werken. SVP uitschakelen thumb van dit menu ' .
 | |
| 			'of inschakelen deze extensie'
 | |
| 	);
 | |
| ?>
 | 
