Thread: Themes?
View Single Post
  #2  
Old 05-27-2009, 07:37 PM
BMR777 BMR777 is offline
Member
 
Join Date: Jan 2011
Posts: 1,122
Gender: Male
Credits: 11,464
BMR777 is on a distinguished road
Default RE: Themes?

Hello,

Currently I'm working on getting a tutorial up on how to create a theme for the script. More information on how to make or convert a theme will be coming in the next few days / weeks.

Basically though you can use any HTML document or file as a theme for the script. You just have to replace things in the HTML file so that it works with the script. For instance, instead of:

Code:
<title>Your site title here</title>
You would do something like:

Code:
<title>:SITETITLE:</title>
Which would display the title from the script on your browser.

More information will follow shortly on how to make your own theme, but I also suggest that you take a look at the theme included with the script to see how it works. :)

Brandon
Reply With Quote