]> scripts.mit.edu Git - autoinstalls/phpBB.git/blob - templates/subSilver/admin/index_frameset.tpl
phpBB 2.0.19
[autoinstalls/phpBB.git] / templates / subSilver / admin / index_frameset.tpl
1 <html dir="{S_CONTENT_DIRECTION}">
2 <head>
3 <title>phpBB Administration</title>
4 <meta http-equiv="Content-Type" content="text/html;">
5 </head>
6
7 <frameset cols="170,*" rows="*" border="2" framespacing="0" frameborder="yes"> 
8   <frame src="{S_FRAME_NAV}" name="nav" marginwidth="3" marginheight="3" scrolling="auto">
9   <frame src="{S_FRAME_MAIN}" name="main" marginwidth="10" marginheight="10" scrolling="auto">
10 </frameset>
11
12 <noframes>
13         <body bgcolor="#FFFFFF" text="#000000">
14                 <p>Sorry, your browser doesn't seem to support frames</p>
15         </body>
16 </noframes>
17 </html>