Adding custom style sheets
							
								
							
							
							
							
						
					
					
						How to add custom style sheets to new theme ? Should I add it to index.template.php ? An example can help a lot. 
						
						
					
				
				
						
						
							Re: Adding custom style sheets
							
								
							
							
								Reply #2 – 
							
							
						
					
					
						Another way is to use loadCSSFile in the template_init function.
						
						
					
				
				
						
						
							Re: Adding custom style sheets
							
								
							
							
								Reply #4 – 
							
							
						
					
					
						And, you can even decide in which template load it, because you can just create a "template_NameOfTheTemplate" function and that is called automatically just after the file has been included (i.e. just after the call "loadTemplate('NameOfTheTemplate')").