View Single Post
Old 12-25-2004, 09:52 PM  
jeffrey
Confirmed User
 
Industry Role:
Join Date: Jul 2004
Location: Alberta
Posts: 1,864
Code:
ob_start(); 
require("/path/to/include/file"); 
$file = ob_get_contents(); 
ob_end_clean();
add to 'phpinclude' template

Replace '/path/to/include/file' with the path to the file you want to include.
Then put '$file' in the templates where you want your included file to display



Hope that helps took me forever to figure out.
jeffrey is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote