mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Fixed a bug in the template file
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9257 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
039e830b34
commit
a384a2eb77
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@
|
|||
<td>-</td>
|
||||
<td>-</td>
|
||||
<td>{$layout->path}</td>
|
||||
<td><a cond="$layout->remove_url" href="{$layout->remove_url}&return_url={urlencodegetRequestUriByServerEnviroment())}">{$lang->cmd_delete}</a></td>
|
||||
<td><a cond="$layout->remove_url" href="{$layout->remove_url}&return_url={urlencodegetRequestUriByServerEnviroment()}">{$lang->cmd_delete}</a></td>
|
||||
</block>
|
||||
</tr>
|
||||
</block>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue