6 lines
		
	
	
		
			No EOL
		
	
	
		
			221 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			No EOL
		
	
	
		
			221 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
|  									foreach ($thumbsizes as $thumbfile => $thumbsize) {
 | |
|    									printf("<div class=\"thumbnail\"><img src=\"%s\" alt=\"\" height=\"%s\" /></div>",
 | |
|           							$thumbfile, $thumbheight);
 | |
|  									}
 | |
| ?>
 |