|
From: Bart v. B. <ba...@us...> - 2001-11-26 12:09:42
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver In directory usw-pr-cvs1:/tmp/cvs-serv22343/templates/subSilver Modified Files: overall_header.tpl Log Message: Implemented Navigation bar in Mozilla Index: overall_header.tpl =================================================================== RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/overall_header.tpl,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** overall_header.tpl 2001/11/21 16:00:04 1.9 --- overall_header.tpl 2001/11/26 12:09:37 1.10 *************** *** 1,6 **** ! <!-- 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"> --> ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> --- 1,3 ---- ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> *************** *** 8,11 **** --- 5,9 ---- <meta http-equiv="Content-Style-Type" content="text/css" /> {META} + {NAV_LINKS} <title>{SITENAME} :: {PAGE_TITLE}</title> <style type="text/css"> |