remove false script head

i found a correct head file its basic.php on layout folder
This commit is contained in:
YULIUS KURNIAWAN KRISTIANTO 2018-06-05 03:02:47 +07:00 committed by GitHub
parent 0d6f973a8c
commit 50b1e507ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,3 @@
<head>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
</head>
<?php if (!defined('FOOTER_RENDERED')): ?> <?php if (!defined('FOOTER_RENDERED')): ?>
<?php define('FOOTER_RENDERED', true) ?> <?php define('FOOTER_RENDERED', true) ?>
<div class="footer"> <div class="footer">
@ -15,6 +12,8 @@
<?php echo View::render('nav/_globalItems') ?> <?php echo View::render('nav/_globalItems') ?>
<div class="control-item no-label-desktop"> <div class="control-item no-label-desktop">
<a href="https://shop.lbry.io" target="_blank"><span class="btn-label">LBRY Shop</span> <span class="icon-fw icon-shopping-cart"></span></a> <a href="https://shop.lbry.io" target="_blank"><span class="btn-label">LBRY Shop</span> <span class="icon-fw icon-shopping-cart"></span></a>
</div>
<div class="control-item no-label-desktop">
<a href="https://t.me/lbryofficial" target="_blank"><span class="btn-label">Telegram</span> <i class="fab fa-telegram"></i></a> <a href="https://t.me/lbryofficial" target="_blank"><span class="btn-label">Telegram</span> <i class="fab fa-telegram"></i></a>
</div> </div>
<div class="control-item"> <div class="control-item">