mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:38:52 +00:00
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5275 89ea8834-ac86-4346-8a33-228a782c2dd0
17 lines
No EOL
560 B
Smarty
17 lines
No EOL
560 B
Smarty
<html dir="{S_CONTENT_DIRECTION}">
|
|
<head>
|
|
<title>phpBB Administration</title>
|
|
<meta http-equiv="Content-Type" content="text/html;">
|
|
</head>
|
|
|
|
<frameset cols="170,*" rows="*" border="2" framespacing="0" frameborder="yes">
|
|
<frame src="{S_FRAME_NAV}" name="nav" 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> |