- Shows the RSS and Atom feed in the header and activates the widget. - The buttons can be easily swapped via the upload manager
		
			
				
	
	
		
			8 lines
		
	
	
		
			186 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			186 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
$lang ['plugin'] ['feed'] = array(
 | 
						|
	'subject' => 'Přihlaste se k odběru na',
 | 
						|
	'rss' => 'Přihlásit se k odběru RSS feed',
 | 
						|
	'atom' => 'Přihlásit se k odběru Atom feed'
 | 
						|
);
 | 
						|
?>
 |