|
From: Jonathan H. <the...@us...> - 2001-12-28 16:01:30
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver/admin
In directory usw-pr-cvs1:/tmp/cvs-serv23043
Modified Files:
page_header.tpl
Log Message:
Fix for Bug # 496967 .. Someone recently removed the {META} tag from the template. :(
Index: page_header.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/admin/page_header.tpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** page_header.tpl 2001/12/24 13:11:52 1.5
--- page_header.tpl 2001/12/28 16:01:27 1.6
***************
*** 2,5 ****
--- 2,6 ----
<html>
<head>
+ {META}
<meta name="MSSmartTagsPreventParsing" content="TRUE">
<link rel="stylesheet" href="../templates/subSilver/{T_HEAD_STYLESHEET}" type="text/css" />
|