Page titles and XT functions __________
You can use some of the XT functions in your page titles.
(see this pages title line)
Note: Some browsers restrict titles to 20chr so to see the effect you will need a
Shorter output
You
MUST
use text editor for this
NOT
the OPTIONS link in creator.
_____
There are two ways of doing this you can either put the functions and text directly into the head area between the <title></title> tags,
or put a file include function in the <title></title> tags and put the data in a plain text file.
(easier to edit and tidier)
The title shown in creator will be the code in the <title></title> tags which will be replaced by its output at runtime.
DO NOT
use text formatting tags (<i></i> <b></b> <br/> etc.)
_____ Local file include
You can include pure text files or files that are mixed text and XT functions you can also use
random file includes - File include format -
<xt id="include" file="/
folder
/
filename
" />
_____ Time and date
You can use all the time and date options
- Tdate format -
<xt id="tdate" format="
Options
" tzone="
timezone
" />
Timezone=difference to UTC -12 to 12
For list of option values see
here _____ Countdown
you can use all the countdown options
-Countdown format-
<xt id="countdown" format="
format
" from="
now 1
" to="
now 2
" />
For possible values for format now 1 and now 2 see
here _____ Counters
You can use all the counter options
- Counter format -
<xt id="counter" type="
Option
" />
Options
1=daily 2=weekly 3=monthly 4=total
_____ Online - Online format -
<xt id="online" />
_____ Country
Only option 2 (text)
- Country format -
<xt id="country" type="2"/>
_____ Browser
You can use the first 3 options
- Browser format -
<xt id="browser" detail="
Option
" />
Options
1=low 2=medium 3=high
_____ Ip address
Ip and host
- Ip format -
<xt id="ipaddress" type="
Option
" />
Options 1=ip 2=host