mirror of
https://github.com/danpros/htmly.git
synced 2026-04-22 13:36:22 +05:30
Update layout.html.php
This commit is contained in:
parent
f59febfa29
commit
b6ca7d7cc1
1 changed files with 17 additions and 11 deletions
|
|
@ -44,6 +44,16 @@ if (isset($author[0])) {
|
||||||
<input type="search" name="search" class="form-control" placeholder="<?php echo i18n('Type_to_search')?>">
|
<input type="search" name="search" class="form-control" placeholder="<?php echo i18n('Type_to_search')?>">
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
<!-- Right navbar links -->
|
||||||
|
<ul class="navbar-nav ml-auto">
|
||||||
|
<li class="nav-item">
|
||||||
|
<div class="user-panel d-flex">
|
||||||
|
<div class="image">
|
||||||
|
<a href="<?php echo $author->url; ?>" title="<?php echo i18n('profile_for')?> <?php echo $author->name; ?>" ><img src="<?php echo $author->avatar; ?>" class="img-circle elevation-1" alt="<?php echo $author->name; ?>"></a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
</nav>
|
</nav>
|
||||||
<!-- /.navbar -->
|
<!-- /.navbar -->
|
||||||
|
|
@ -51,18 +61,14 @@ if (isset($author[0])) {
|
||||||
<!-- Main Sidebar Container -->
|
<!-- Main Sidebar Container -->
|
||||||
<aside class="main-sidebar sidebar-dark-primary elevation-4">
|
<aside class="main-sidebar sidebar-dark-primary elevation-4">
|
||||||
|
|
||||||
|
<!-- Brand Logo -->
|
||||||
|
<a href="<?php echo site_url();?>admin" class="brand-link">
|
||||||
|
<img src="<?php echo site_url();?>system/resources/images/logo.png" alt="HTMLy Logo" class="brand-image img-circle elevation-3" style="opacity: .8">
|
||||||
|
<span class="brand-text font-weight-light"><?php echo i18n('Dashboard')?></span>
|
||||||
|
</a>
|
||||||
|
|
||||||
<!-- Sidebar -->
|
<!-- Sidebar -->
|
||||||
<div class="sidebar">
|
<div class="sidebar">
|
||||||
<!-- Sidebar user panel (optional) -->
|
|
||||||
<div class="user-panel mt-3 pb-3 mb-3 d-flex">
|
|
||||||
<div class="image">
|
|
||||||
<img src="<?php echo $author->avatar; ?>" class="img-circle elevation-2" alt="HTMLy logo">
|
|
||||||
</div>
|
|
||||||
<div class="info">
|
|
||||||
<a href="<?php echo site_url();?>admin" class="d-block"><?php echo i18n('Dashboard')?></a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Sidebar Menu -->
|
<!-- Sidebar Menu -->
|
||||||
<nav class="mt-2">
|
<nav class="mt-2">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue