mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 17:19:59 +09:00
Fix unnecessary variables in links generated by default board skins
https://xetown.com/questions/1818810
This commit is contained in:
parent
602ee88d65
commit
f0b84faf03
12 changed files with 137 additions and 137 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<div class="hx h2">
|
||||
<h2><a href="{getUrl('','mid',$mid)}">{$module_info->browser_title}</a> <em>[{number_format($total_count)}]</em></h2>
|
||||
<!--@if($module_info->use_category == "Y")--><a href="{getUrl('page','','act','dispBoardCategory','')}" class="ca">{$lang->category}</a><!--@endif-->
|
||||
<a href="{getUrl('act','dispBoardWrite','document_srl','')}" class="write">{$lang->cmd_write}</a>
|
||||
<a href="{getUrl('', 'mid', $mid, 'act', 'dispBoardWrite')}" class="write">{$lang->cmd_write}</a>
|
||||
</div>
|
||||
<ul class="lt">
|
||||
<!--@foreach($notice_list as $no => $document)-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue