22 lines
		
	
	
		
			390 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			390 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| $lang ['comments'] ['mail'] = 'Beste %toname%,
 | |
| 
 | |
| "%fromname%" %frommail% heeft een commentaar geplaatst op de volgende post met als titel "%entrytitle%".
 | |
| 
 | |
| Dit de commentaar link naar je blog:
 | |
| %commentlink%
 | |
| 
 | |
| Hier is het commentaar dat net is geplaatst:
 | |
| ***************
 | |
| %content%
 | |
| ***************
 | |
| 
 | |
| Groeten,
 | |
| %blogtitle%
 | |
| 
 | |
| ';
 | |
| 
 | |
| $lang ['comments'] ['newcomment'] = 'Nieuw commentaar op ';
 | |
| 
 | |
| ?>
 | 
