mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00: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:
parent
cd35db637b
commit
2d799f16f6
2 changed files with 25 additions and 0 deletions
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>
|
Loading…
Add table
Reference in a new issue