Skip to content
Snippets Groups Projects
Commit e2f9da66 authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

no loading attribute

parent 6bca714b
Branches
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ if(!isset($_COOKIE["topBarInfos"]) || $_COOKIE["topBarInfos"] == "true"){
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container">
<a class="navbar-brand" href="<?=getWebsiteSetting("websiteUrl")?>">
<img src="<?=getWebsiteSetting("websiteUrl")?>data/images/logo/large.svg" width="131" height="30" class="d-inline-block align-top" alt="" loading="<?=getWebsiteSetting("websiteName")?>">
<img src="<?=getWebsiteSetting("websiteUrl")?>data/images/logo/large.svg" width="131" height="30" class="d-inline-block align-top" alt="<?=getWebsiteSetting("websiteName")?>">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment