|
From: OryNider <ory...@us...> - 2008-01-21 14:44:07
|
Update of /cvsroot/mxbb/core/templates/_core/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv3248 Modified Files: mainpage_header.tpl Log Message: $this->lang_path fixed Index: mainpage_header.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/_core/admin/mainpage_header.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mainpage_header.tpl 21 Jan 2008 01:02:59 -0000 1.1 --- mainpage_header.tpl 21 Jan 2008 14:44:03 -0000 1.2 *************** *** 1,4 **** ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> ! <html dir="{S_CONTENT_DIRECTION}"> <head> {META} --- 1,4 ---- ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> ! <html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}"> <head> {META} |