diff options
Diffstat (limited to 'phpBB/templates/PSO/admin/index_frameset.tpl')
-rw-r--r-- | phpBB/templates/PSO/admin/index_frameset.tpl | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/phpBB/templates/PSO/admin/index_frameset.tpl b/phpBB/templates/PSO/admin/index_frameset.tpl deleted file mode 100644 index 64efee3f7d..0000000000 --- a/phpBB/templates/PSO/admin/index_frameset.tpl +++ /dev/null @@ -1,17 +0,0 @@ -<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>
\ No newline at end of file |