mirror of
https://github.com/danpros/htmly.git
synced 2026-04-21 04:56:23 +05:30
Cleanup
This commit is contained in:
parent
aa026234d2
commit
93e9ae6f6e
3 changed files with 2 additions and 19 deletions
|
|
@ -11,13 +11,6 @@
|
|||
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700" rel="stylesheet">
|
||||
<script src="<?php echo site_url() ?>system/resources/js/jquery.min.js"></script>
|
||||
</head>
|
||||
<?php
|
||||
if (isset($_GET['search'])) {
|
||||
$search = _h($_GET['search']);
|
||||
$url = site_url() . 'search/' . remove_accent($search);
|
||||
header("Location: $url");
|
||||
}
|
||||
?>
|
||||
<?php if (login()) { ?>
|
||||
<body class="hold-transition sidebar-mini">
|
||||
<div class="wrapper">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue