1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-21 16:22:22 +02:00

Navigate was opening files in the wrong frame

git-svn-id: file:///svn/phpbb/trunk@670 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
James Atkinson 2001-07-14 21:54:42 +00:00
parent f06bb9c1a9
commit 533e799938

View File

@ -8,7 +8,7 @@
</tr>
<!-- BEGIN actionrow -->
<tr>
<td class="row1" width="7%"><a href="{catrow.actionrow.FILE}">{catrow.actionrow.ACTIONNAME}</a></td>
<td class="row1" width="7%"><a href="{catrow.actionrow.FILE}" target="main">{catrow.actionrow.ACTIONNAME}</a></td>
</tr>
<!-- END actionrow -->
<!-- END catrow -->