Hello
My site title : domain.com - Easy way to share your files
how can change domain.com - File Cloud Storage
Regards
XFileSharing Pro - How can change site tittle ?
Check /cgi-bin/Template/main.html
On top there is title codes .
If i`m not mistaking in /cgi-bin/Languages/english.lng you can change the
lang_page_title
name to the one you need it to be .
Guessing here since on my site i have changed both of those and not sure which one of both will be perfect for you .
On top there is title codes .
If i`m not mistaking in /cgi-bin/Languages/english.lng you can change the
lang_page_title
name to the one you need it to be .
Guessing here since on my site i have changed both of those and not sure which one of both will be perfect for you .
Thanks so much mate
I use main.html
I found this line
changed to
Regards
I use main.html
I found this line
Code: Select all
<Title><TMPL_IF page_title><TMPL_VAR page_title><TMPL_ELSE><TMPL_VAR site_name> - [b]<TMPL_VAR lang_page_title>[/b]</TMPL_IF></Title>
Code: Select all
<Title><TMPL_IF page_title><TMPL_VAR page_title><TMPL_ELSE><TMPL_VAR site_name> - File Cloud Storage</TMPL_IF></Title>