mirror of
https://github.com/danpros/htmly.git
synced 2026-04-17 19:26:08 +05:30
Clean up
This commit is contained in:
parent
f29f95ee20
commit
1471fe7ccc
3 changed files with 13 additions and 82 deletions
|
|
@ -22,11 +22,6 @@ if (isset($author[0])) {
|
|||
} else {
|
||||
$author = default_profile($user);
|
||||
}
|
||||
if (isset($_GET['search'])) {
|
||||
$search = _h($_GET['search']);
|
||||
$url = site_url() . 'search/' . remove_accent($search);
|
||||
header("Location: $url");
|
||||
}
|
||||
?>
|
||||
<body class="hold-transition sidebar-mini <?php echo ((config('admin.theme') === 'light' || is_null(config('admin.theme'))) ? "light-mode" : "dark-mode"); ?>">
|
||||
<div id="top"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue