mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
gloal search jump _blank or _self
This commit is contained in:
@@ -2651,7 +2651,7 @@ else {
|
||||
</span>
|
||||
</td>
|
||||
<td class="bottom" align="left" style="border: none">
|
||||
<form action="search.php" method="get" target="_blank">
|
||||
<form action="search.php" method="get" target="<?php echo nexus()->getScript() == 'search' ? '_self' : '_blank'?>">
|
||||
<div style="display: flex;align-items: center">
|
||||
<div style="display: flex;flex-direction: column">
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user