Hi

How to change language in doctype?

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>

When I use variable ${lang} from phptal

 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//${lang}"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>

the Parse error appears

Greetings
_______________________________________________
PHPTAL mailing list
PHPTAL@lists.motion-twin.com
http://lists.motion-twin.com/mailman/listinfo/phptal

Reply via email to