1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-08 14:16:46 +02:00

Default theme updates

This commit is contained in:
Awilum
2018-03-15 01:12:56 +03:00
parent 45763f2e86
commit eab6df19e5
2 changed files with 4 additions and 2 deletions

View File

@@ -12,6 +12,8 @@
<title><?php echo $this->rawilum['config']->get('site.title'); ?> | <?php echo $page['title']; ?></title>
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700' rel='stylesheet' type='text/css'>
<!-- Bootstrap core CSS -->
<link href="<?php echo Url::getBase(); ?>/site/themes/<?php echo $this->rawilum['config']->get('site.theme'); ?>/node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">

View File

@@ -1,6 +1,6 @@
<nav class="navbar navbar-expand-lg navbar-light">
<nav class="navbar navbar-expand-lg navbar-light bg-white border-bottom box-shadow">
<div class="container">
<a class="navbar-brand" href="#"><?php echo $this->rawilum['config']->get('site.title'); ?></a>
<a class="navbar-brand" href="<?php echo Url::getBase(); ?>"><?php echo $this->rawilum['config']->get('site.title'); ?></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>