diff options
| author | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2016-01-23 16:13:04 +0100 |
|---|---|---|
| committer | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2016-01-23 16:13:04 +0100 |
| commit | bf9eb3323deb64873566e330db488a3ae8fe3e43 (patch) | |
| tree | 63afb5f502ba61d7160d5de4d5818612b8eb7b3c | |
| parent | c1d8c955458963f25495f7ecf7fc46dc3743ed54 (diff) | |
Use favicon.html
| -rw-r--r-- | client/index.php | 5 | ||||
| -rw-r--r-- | client/partials/favicon.html | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/client/index.php b/client/index.php index e65e526..f52eaa2 100644 --- a/client/index.php +++ b/client/index.php @@ -28,9 +28,8 @@ <div class="row"> <div class="col-lg-2 col-lg-push-1"> <!-- LOGO --> - <a href="#" class="thumbnail"> - <img class="media-object" src='./images/logo.gif' /> - </a> + <nav ng-include="'./partials/favicon.html'"></nav> + <!-- Nav --> <nav ng-include="'./partials/nav.html'"></nav> </div> diff --git a/client/partials/favicon.html b/client/partials/favicon.html index e69de29..66df6d0 100644 --- a/client/partials/favicon.html +++ b/client/partials/favicon.html @@ -0,0 +1,3 @@ +<a href="#" class="thumbnail"> + <img class="media-object" src='./images/logo.gif' /> +</a>
\ No newline at end of file |
