Dylanblitz |
06-20-2008 08:37 PM |
Quote:
Originally Posted by traxxadd
(Post 1554885)
Also how do i change the message on the front index page that the visitors see. I tried editing the intro.php but couldnt find where to edit the message
|
The front page text, really all the text, button text included, is in the
incfiles/languages/ folder
The page is setup to be language independent, so you could take the english files, copy them over to another folder and setup another language by editing them for like spanish, french, etc
The front page text is in the file
incfiles/languages/english.php
scroll down for the text that starts with
define('MAIN_TEXT'
|