Affected themes: bulletproof, 2k11, next These themes will use the core method of including the user.css in serendipity.css starting with 2.0.1. A note has been added to all three themes' theme options to document that the possibility of a user.css exists. References #280
		
			
				
	
	
		
			17 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| // Theme options
 | |
| @define('NEXT_INSTR', '<b>Hinweis:</b> While Next may <em>look</em> as if it were basically the same as 2k11, it is a completely different theme from a technical point of view. Because of that, it is <strong>not</strong> compatible with the user.css generator for 2k11.<br>To extend Next with your own styles in an update-safe way, you can add a file <code>/templates/next/user.css</code>; it will be included automagically by s9y.');
 | |
| @define('NEXT_HEADER_IMG','Use a banner image in the header? (1296 pixels wide; leave box empty to not use a banner)');
 | |
| @define('NEXT_USE_CORENAV', 'Use global navigation?');
 | |
| @define('NEXT_WEBFONTS', 'Use a webfont, hosted by Google?');
 | |
| @define('NEXT_NOWEBFONT', 'Include no webfont');
 | |
| @define('NEXT_USERSTYLES', 'Include user.css? (You need to create that file in your theme directory!)');
 | |
| @define('NEXT_REFCOMMENTS', 'Add link to related comment to comments (if they are replies to another comment)?');
 | |
| // Lang constants
 | |
| @define('NEXT_PLINK_TEXT', 'Link');
 | |
| @define('NEXT_PLINK_TITLE', 'Permanent link for this comment');
 | |
| @define('NEXT_PLACE_SEARCH', 'Search term(s)');
 | |
| @define('NEXT_SEND_MAIL', 'Send');
 | |
| @define('NEXT_REPLYORIGIN', 'Origin');
 | |
| @define('NEXT_NAVTEXT', 'Menu');
 |