View Single Post
  #4  
Old 03-23-2010, 11:54 PM
Magnie's Avatar
Magnie Magnie is offline
Pythonic
 
Join Date: Dec 2009
Location: Polaris, the Planet
Posts: 34
Gender: Male
Credits: 6,257
Magnie
Send a message via ICQ to Magnie
Default 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. :)
Reply With Quote