Always Post unlimitedapps.xtgem.com on your facebook, twitter and 2go status! If you love UNLIMITEDAPPS(¤) and enjoy unlimited services here!
»XtGem Tutorial and Reference
Local File Include
Include the contents of a text or html file into the current page at this point
NOTE: Only the content between the <body>...</body> tags is included from html files. The code for this include<xt:include file="/manual/files/included" />From html you can also declare a default file to be included if the file does not exist<xt:include default="/manual/files/default" file="/manual/files/no_such_file" />This is the default include file. You can also do a random include of text or html files, Again Only the content between the <body>...</body> tags is included from html files<xt:include file="/manual/files/random/*" />