mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
pkg_search_results.php: Split out package results box
Do not print the wrapper div container when calling pkg_search_page(). Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
3b4c6e72a9
commit
b6aced9692
2 changed files with 89 additions and 89 deletions
|
@ -98,11 +98,13 @@ if (isset($pkgid)) {
|
|||
$_GET['SB'] = 'p';
|
||||
$_GET['SO'] = 'd';
|
||||
}
|
||||
echo '<div id="pkglist-results" class="box">';
|
||||
if (isset($_COOKIE["AURSID"])) {
|
||||
pkg_search_page($_GET, true, $_COOKIE["AURSID"]);
|
||||
} else {
|
||||
pkg_search_page($_GET, true);
|
||||
}
|
||||
echo '</div>';
|
||||
}
|
||||
|
||||
html_footer(AURWEB_VERSION);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue