mirror of
https://github.com/danpros/htmly.git
synced 2026-04-19 03:56:21 +05:30
Update files
This commit is contained in:
parent
356d60672b
commit
317348bbd9
4 changed files with 129 additions and 22 deletions
|
|
@ -19,13 +19,6 @@
|
|||
<link rel="stylesheet" id="twentysixteen-ie7-css" href="<?php echo theme_path();?>css/ie7.css" type="text/css" media="all" />
|
||||
<![endif]-->
|
||||
</head>
|
||||
<?php
|
||||
if (isset($_GET['search'])) {
|
||||
$search = _h($_GET['search']);
|
||||
$url = site_url() . 'search/' . remove_accent($search);
|
||||
header("Location: $url");
|
||||
}
|
||||
?>
|
||||
<body class="<?php echo $bodyclass;?>">
|
||||
<?php if (facebook()) { echo facebook(); } ?>
|
||||
<?php if (login()) { toolbar(); } ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue