1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 03:54:10 +01:00
php-phpbb/phpBB/templates/Euclid/admin/index_frameset.tpl
Paul S. Owen 35ad2b4be6 A new name for PSO ...
git-svn-id: file:///svn/phpbb/trunk@1534 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-12-10 01:03:20 +00:00

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>