mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 00:59:58 +09:00
Fix #2094 remove page and message_type parameters from links in communication module skin
This commit is contained in:
parent
61c02929f2
commit
44288fcb78
6 changed files with 15 additions and 14 deletions
|
|
@ -5,7 +5,7 @@
|
|||
</div>
|
||||
<ul class="gn">
|
||||
<li loop="$lang->message_box=>$key,$val">
|
||||
<a href="{getUrl('act','dispCommunicationMessages','message_type',$key)}">{$lang->message_box[$key]}</a>
|
||||
<a href="{getUrl('','mid',$mid,'act','dispCommunicationMessages','message_type',$key)}">{$lang->message_box[$key]}</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue