mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 03:54:10 +01:00
17 lines
345 B
Smarty
17 lines
345 B
Smarty
<html>
|
|
<head>
|
|
<title>phpBB Administration</title>
|
|
</head>
|
|
|
|
<frameset cols="140,*" scrolling="no" border="0">
|
|
<frame src="{S_FRAME_NAV}" name="nav">
|
|
<frame src="{S_FRAME_MAIN}" name="main">
|
|
</frameset>
|
|
|
|
<noframes>
|
|
<body bgcolor="#FFFFFF" text="#000000">
|
|
<p>Sorry, your browser doesn't seem to support frames</p>
|
|
</body>
|
|
</noframes>
|
|
|
|
</html> |