10 lines
579 B
PHP
10 lines
579 B
PHP
<div style="background-color: orange;border-radius: 6px;font-weight: bold;margin-bottom: 10px; display: block; text-align: centre;" class="container">
|
|
<?php if(preg_match('/^(\/en\/|\/2020\/03\/01\/install-rancheros-on-freenas-11-3\/)/', $_SERVER['REQUEST_URI']) !== 1){ ?>
|
|
Ceci est la version legacy de mon blog si vous voulez voir les nouveaux articles et et savoir pourquoi c'est par
|
|
<a href="/v2/">ICI</a>
|
|
<?php } else { ?>
|
|
This is the legacy version of my blog if you want to read fresh posts and learn more about why, it's
|
|
<a href="/v2/">HERE</a>
|
|
<?php } ?>
|
|
</div>
|