Mise à jour des liens PHP
This commit is contained in:
parent
30fcf05297
commit
df864de28e
@ -60,7 +60,7 @@ Bonne lecture ! -->
|
||||
$commitDate = new \DateTime(trim(exec('git log -n1 --pretty=%ci index.php')));
|
||||
$commitDate->setTimezone(new \DateTimeZone('Europe/Paris'));
|
||||
|
||||
return sprintf('%s', $commitDate->format('d/m/Y')); // H:i:s'));
|
||||
return sprintf('%s', $commitDate->format('d/m/Y à H:i:s'));
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -439,7 +439,7 @@ Bonne lecture ! -->
|
||||
<li><a href="./ACTUALITE/">Actualité</a></li>
|
||||
</ul>
|
||||
<ul class="copyright">
|
||||
<li><a href="https://git.adriencharbonneau.fr/Adrien/Site-internet" class="a_git"><img style="margin-right: .5rem; vertical-align: middle;" src="images/GIT.svg" width="25px" height="25px"><b>Version : </b><span class="git git_color1 blanc"><?php Version::get(); ?></span><b> Branch : </b><span class="git git_color1 blanc"> master </span></a></li>
|
||||
<li><a href="https://git.adriencharbonneau.fr/Adrien/Site-internet" class="a_git"><img style="margin-right: .5rem; vertical-align: middle;" src="images/GIT.svg" width="25px" height="25px"><b>Version : </b><span class="git git_color1 blanc"><?php echo Version::get(); ?></span><b> Branch : </b><span class="git git_color1 blanc"> master </span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
Loading…
Reference in New Issue
Block a user