PDA

View Full Version : Please make it language enabled


RandomLove
05-25-2004, 12:02 PM
Hi,
This can be done by modifying adv_portal template, replace:

<html>

with

<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">


Thanks
R.L. :)

RandomLove
05-25-2004, 12:05 PM
In the same file,

Replace:

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />

with

<meta http-equiv="Content-Type" content="text/html; charset=$stylevar[charset]" />

Thanks.
R.L. :)

Our Sponsors
 

Brian
05-25-2004, 02:17 PM
That will be updated in the next version. :)

RandomLove
05-26-2004, 05:41 AM
Great..thanks Brian.