|
From: Paul S. O. <ps...@us...> - 2002-01-17 19:15:02
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver In directory usw-pr-cvs1:/tmp/cvs-serv26760/templates/subSilver Modified Files: overall_header.tpl simple_header.tpl Log Message: Add content direction Index: overall_header.tpl =================================================================== RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/overall_header.tpl,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -r1.20 -r1.21 *** overall_header.tpl 2002/01/11 01:17:27 1.20 --- overall_header.tpl 2002/01/17 19:14:58 1.21 *************** *** 1,5 **** <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" --> ! <html> <head> <meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}"> --- 1,5 ---- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" --> ! <html dir="{S_CONTENT_DIRECTION}"> <head> <meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}"> Index: simple_header.tpl =================================================================== RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/simple_header.tpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** simple_header.tpl 2002/01/01 12:43:09 1.4 --- simple_header.tpl 2002/01/17 19:14:58 1.5 *************** *** 3,7 **** <!-- <html xmlns="http://www.w3.org/1999/xhtml"> --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> ! <html> <head> <meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" /> --- 3,7 ---- <!-- <html xmlns="http://www.w3.org/1999/xhtml"> --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> ! <html dir="{S_CONTENT_DIRECTION}"> <head> <meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" /> |