|
From: Benjamin C. <bc...@us...> - 2002-05-18 03:01:24
|
Update of /cvsroot/phpbt/phpbt/templates/default/admin
In directory usw-pr-cvs1:/tmp/cvs-serv28837/templates/default/admin
Added Files:
wrap-popup.html wrap.html
Log Message:
Moving back to wrap.html from header/footer.html
--- NEW FILE: wrap-popup.html ---
<html>
<head>
<META HTTP-EQUIV="Expires" CONTENT="-1">
<title>phpBugTracker Admin - {$page_title}</title>
<link rel="StyleSheet" href="../styles/{$STYLE}.css" type="text/css">
<META http-equiv="Content-Type" content="text/html; charset={$STRING.lang_charset}">
</head>
<body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">
<table width="100%" cellspacing="0" cellpadding="0" height="100%">
<tr>
<td class="maincontent">
{include file=$content_template}
</td>
</tr>
</table>
</body>
</html>
<head><meta HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE"></head>
|