mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-20 09:30:49 +08:00
user modify migrate
This commit is contained in:
@@ -2659,7 +2659,7 @@ else {
|
||||
<?php if(\App\Models\Claim::getConfigIsEnabled()) { ?><font class='color_bonus'><?php echo $lang_functions['menu_claim']?></font> <?php echo sprintf('[<a href="claim.php?uid=%s">%s</a>]', $CURUSER['id'], (new \App\Repositories\ClaimRepository())->getStats($CURUSER['id']))?><?php }?>
|
||||
</span>
|
||||
</td>
|
||||
<?php if(get_setting('main.spsct') == 'yes'){?>
|
||||
<?php if(get_setting('main.spsct') == 'yes' && get_setting('main.enable_global_search') == 'yes'){?>
|
||||
<td class="bottom" align="left" style="border: none">
|
||||
<form action="search.php" method="get" target="<?php echo nexus()->getScript() == 'search' ? '_self' : '_blank'?>">
|
||||
<div style="display: flex;align-items: center">
|
||||
|
||||
Reference in New Issue
Block a user