View Single Post
  #4  
Old 01-04-2009, 03:17 PM
BMR777 BMR777 is offline
Member
 
Join Date: Jan 2011
Posts: 1,122
Gender: Male
Credits: 11,192
BMR777 is on a distinguished road
Default RE: [FREE THEME] - TerraFirma - Template Conversion

Yeah, I'll have to make a guide soon, but basically use the conversions above in your .html file to replace static text with the variable text from the database.

So, instead of:

Code:
<title>Page Title Here</title>
It would be:

Code:
<title>:SITETITLE:</title>
BMR777
Reply With Quote