mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-17 15:11:40 +02:00
This should have gone in but didnt
git-svn-id: file:///svn/phpbb/trunk@667 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
7
phpBB/templates/PSO/admin/db_utilities_body.tpl
Normal file
7
phpBB/templates/PSO/admin/db_utilities_body.tpl
Normal file
@@ -0,0 +1,7 @@
|
||||
<h1>Database Utilities</h1>
|
||||
|
||||
<div align="center">{U_DB_MESSAGE}
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
{U_DB_LINKS}</div>
|
18
phpBB/templates/PSO/admin/index_frameset.tpl
Normal file
18
phpBB/templates/PSO/admin/index_frameset.tpl
Normal file
@@ -0,0 +1,18 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Admin</title>
|
||||
</head>
|
||||
|
||||
<frameset rows="80,*" border="0" frameborder="0">
|
||||
<frame src="{S_FRAME_HEADER}" name="top" SCROLLING="NO">
|
||||
<frameset cols="140,*" border="0" frameborder="0">
|
||||
<frame src="{S_FRAME_NAV}" name="nav">
|
||||
<frame src="{S_FRAME_MAIN}" name="main">
|
||||
</frameset>
|
||||
</frameset>
|
||||
<noframes>
|
||||
<body bgcolor="#FFFFFF">
|
||||
Sorry, your browser doesn't seem to support Frames..
|
||||
</body>
|
||||
</noframes>
|
||||
</html>
|
Reference in New Issue
Block a user