aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/subSilver/admin/index_frameset.tpl
blob: e8b8b79e57d889169d061c53f500d3b9768b2ebf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>
<head>
<title>phpBB Administration</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<frameset cols="170,*" rows="*" border="0" framespacing="0" frameborder="NO"> 
  <frame src="{S_FRAME_NAV}" name="nav" noresize marginwidth="3" marginheight="3" scrolling="AUTO">
  <frame src="{S_FRAME_MAIN}" name="main" marginwidth="10" marginheight="10" scrolling="AUTO">
</frameset>

<noframes>
	<body bgcolor="#FFFFFF" text="#000000">
		<p>Sorry, your browser doesn't seem to support frames</p>
	</body>
</noframes>
</html>