mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-18 22:41:28 +02:00
More admin redirect updates
git-svn-id: file:///svn/phpbb/trunk@764 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
22
phpBB/templates/PSO/admin/index_navigate.tpl
Normal file
22
phpBB/templates/PSO/admin/index_navigate.tpl
Normal file
@@ -0,0 +1,22 @@
|
||||
|
||||
<a href="{U_BOARD_INDEX}" target="_top"><img src="../images/logo_medium.gif" border="0"/></a>
|
||||
<!-- <div align="center"><font face="Impact,sans-serif" size="6"><a href="{U_BOARD_INDEX}" target="_top">phpBB2</a></font></div> -->
|
||||
|
||||
<table width="100%" cellpadding="4" cellspacing="0" border="0" align="center">
|
||||
<tr>
|
||||
<td ><a href="{U_ADMIN_INDEX}" target="main">{L_ADMIN_INDEX}</a></td>
|
||||
</tr>
|
||||
<!-- BEGIN catrow -->
|
||||
<tr>
|
||||
<td class="cat" align="center"><span class="cattitle"><b>{catrow.CATNAME}</b></span></td>
|
||||
</tr>
|
||||
<!-- BEGIN actionrow -->
|
||||
<tr>
|
||||
<td><a href="{catrow.actionrow.FILE}" target="main">{catrow.actionrow.ACTIONNAME}</a></td>
|
||||
</tr>
|
||||
<!-- END actionrow -->
|
||||
<!-- END catrow -->
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user