mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Initial checkin
git-svn-id: file:///svn/phpbb/trunk@665 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
e266fc0488
commit
bc5165cd5e
1 changed files with 18 additions and 0 deletions
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>
|
Loading…
Add table
Reference in a new issue