Use css and img dir

This commit is contained in:
Victor Laborie 2017-10-12 21:13:30 +02:00
parent c749304e2e
commit f442e9e145
7 changed files with 3 additions and 3 deletions

View file

@ -115,7 +115,7 @@ if (isset($_POST['login']))
<div class="loginpage">
<div class="loginbox">
<div class="illustration">
<img src="logo.png" class="img-responsive" alt="Responsive image">
<img src="img/logo.png" class="img-responsive" alt="Responsive image">
</div>
<form method="POST" action="<?php echo $_SERVER['PHP_SELF']; ?>"method="post" name="auth">
<div class="form-group has-feedback has-feedback-left">

View file

@ -2,7 +2,7 @@
<div id="top" class="container">
<div class="navbar-brand logo">
<a href="http://evolix.com/" target="_blank">
<img src="logo.png" alt="Evolix" class="img-responsive"/>
<img src="img/logo.png" alt="Evolix" class="img-responsive"/>
</a>
</div>
<ul class="nav navbar-nav">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 15 B

1
evoadmin/htdocs/favicon.ico Symbolic link
View file

@ -0,0 +1 @@
img/favicon.ico

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 15 B

View file

@ -2,7 +2,7 @@
<html lang="fr">
<head>
<title><?php print $conf['html']['title']; ?></title>
<link type="text/css" rel="stylesheet" href="styles.css"/>
<link type="text/css" rel="stylesheet" href="css/main.css"/>
<link type="text/css" rel="stylesheet" href="vendor/bootstrap/css/bootstrap.min.css"/>
<link type="text/css" rel="stylesheet" href="vendor/datatables/css/datatables.bootstrap.min.css"/>
<link type="image/ico" rel="icon" href="favicon.ico"/>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

Before

Width:  |  Height:  |  Size: 9.6 KiB

After

Width:  |  Height:  |  Size: 9.6 KiB