|  | 
| 
			 
			#1  
			
			
			
			
			
		 | ||||
| 
 | ||||
|  :NEWDEFINITION:? 
			
			I am adding in a new defined code to show an extra feed (with a php include for news). The code I have is: PHP Code: 
			  | 
| 
			 
			#2  
			
			
			
			
			
		 | ||||
| 
 | ||||
|  RE: :NEWDEFINITION:? 
			
			You have to add it manually to the bottom of each and every template. I did something like it, too. The best thing one could do is to get them all to an array (via a getStats function or whatever) and give the array to the prepare function... :P | 
| 
			 
			#3  
			
			
			
			
			
		 | ||||
| 
 | ||||
|  RE: :NEWDEFINITION:? Quote: 
 | 
| 
			 
			#4  
			
			
			
			
			
		 | ||||
| 
 | ||||
|  RE: :NEWDEFINITION:? 
			
			Well... you will need to replace ':EXTRAFEED:' with: $article_content = $article_content.$extrafeed; Otherwise you might need to put it in 'functions.php' where it loads the variable. I'm not fully sure of what you want though, sorry. Or where you have ':EXTRAFEED:' have: $efeed = getextrafeed() $article_content = $article_content.$efeed which should get the returned variable. :) | 
| 
			 
			#5  
			
			
			
			
			
		 | ||||
| 
 | ||||
|  RE: :NEWDEFINITION:? Quote: 
 | 
|  | 
| Thread Tools | |
| Display Modes | |
| 
 | 
 | 
| What's New? | What's Hot? | What's Popular? |