mirror of
https://github.com/danpros/htmly.git
synced 2026-04-19 12:06:22 +05:30
Cleaning up
This commit is contained in:
parent
416ce7e270
commit
5804cbcdd7
7 changed files with 28 additions and 28 deletions
|
|
@ -31,7 +31,7 @@
|
|||
<!-- main.html.php -->
|
||||
<div class="row justify-content-center" style="padding-top: 3rem;">
|
||||
<div class="col-md-12 text-center">
|
||||
<h2 class="mt-0">Search: <span style='color: #628B48;'><?php echo $search->title;?></span> (<?php echo $search->count;?>)</h2>
|
||||
<h1 class="mt-0">Search: <span style='color: #628B48;'><?php echo $search->title;?></span> (<?php echo $search->count;?>)</h1>
|
||||
<form><input type="search" name="search" class="form-control is-search" placeholder="<?php echo i18n('Type_to_search');?>"></form>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue