mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
Initial checkin
git-svn-id: file:///svn/phpbb/trunk@665 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
18
phpBB/templates/PSO/admin/navigate.tpl
Normal file
18
phpBB/templates/PSO/admin/navigate.tpl
Normal file
@@ -0,0 +1,18 @@
|
||||
<table width="98%" cellpadding="1" cellspacing="0" border="0">
|
||||
<tr>
|
||||
<td class="tablebg">
|
||||
<table width="100%" cellpadding="3" cellspacing="1" border="0">
|
||||
<!-- BEGIN catrow -->
|
||||
<tr>
|
||||
<td class="cat" colspan="6"><span class="cattitle"><b>{catrow.CATNAME}</b> </span></td>
|
||||
</tr>
|
||||
<!-- BEGIN actionrow -->
|
||||
<tr>
|
||||
<td class="row1" width="7%"><a href="{catrow.actionrow.FILE}">{catrow.actionrow.ACTIONNAME}</a></td>
|
||||
</tr>
|
||||
<!-- END actionrow -->
|
||||
<!-- END catrow -->
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
Reference in New Issue
Block a user