View Single Post
  #3  
Old 03-31-2009, 04:18 PM
BMR777 BMR777 is offline
Member
 
Join Date: Jan 2011
Posts: 1,122
Gender: Male
Credits: 10,830
BMR777 is on a distinguished road
Default RE: Integrate script with php safe includes?

To kill the template system, in each file you would need to find and comment out / delete:

PHP Code:
echo $template
Then you would just echo the $article_content and $article_title variables out. These contain all of the text that is generated by the script for the most part. :)

You can also echo the other variables for the script out such as the one that controls if a user is logged in or not, or you can integrate that all some other way.