How to use two headers - English and Spanish?
Posted: Fri Jul 23, 2010 10:05 pm
/*************************************
Title:Hesk Help Desk
Version: 2.2
Author:
Demo:
Download:
Website: http://www.support.itswebsites.com
Short description:
*************************************/
In previous versions, I had two different headers (one English, one Spanish).
header-esp.html
header-eng.html
Now, one version controls both languages.
For Spanish, I am including the header this way:
nclude_once('header-esp.html');
How I do to display the English header when in English language?
header-eng.html
The site:
http://www.support.itswebsites.com
Thanks in advance.
Title:Hesk Help Desk
Version: 2.2
Author:
Demo:
Download:
Website: http://www.support.itswebsites.com
Short description:
*************************************/
In previous versions, I had two different headers (one English, one Spanish).
header-esp.html
header-eng.html
Now, one version controls both languages.
For Spanish, I am including the header this way:
nclude_once('header-esp.html');
How I do to display the English header when in English language?
header-eng.html
The site:
http://www.support.itswebsites.com
Thanks in advance.